Skip to content

Commit

Permalink
[bitnami/*-min] Unify OS SPDX file name for minimal containers
Browse files Browse the repository at this point in the history
Signed-off-by: David Gomez <[email protected]>
  • Loading branch information
dgomezleon committed Jan 31, 2025
1 parent fbb884c commit 4647795
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .vib/common/goss/templates/check-minimal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ file:
exists: true
mode: "0755"
filetype: directory
/opt/bitnami/*/.spdx-*-static.spdx:
/opt/bitnami/os/.spdx-os-static.spdx:
exists: true
mode: "0644"
owner: root
group: root
filetype: file
/opt/bitnami/*/.spdx-*-libgcc.spdx:
/opt/bitnami/os/.spdx-os-libgcc.spdx:
exists: true
mode: "0644"
owner: root
Expand Down
2 changes: 1 addition & 1 deletion .vib/java-min/goss/vars.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
files:
- mode: "0644"
paths:
- /opt/bitnami/*/.spdx-*-java-min.spdx
- /opt/bitnami/os/.spdx-os-java-min.spdx
- /opt/bitnami/java/.spdx-jre.spdx
- mode: "0755"
paths:
Expand Down
2 changes: 1 addition & 1 deletion .vib/php-fpm-min/goss/vars.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
files:
- mode: "0644"
paths:
- /opt/bitnami/*/.spdx-*-php-min.spdx
- /opt/bitnami/os/.spdx-os-php-min.spdx
- /opt/bitnami/php/.spdx-php-min.spdx
- /opt/bitnami/php/etc/php-fpm.conf
- /opt/bitnami/php/etc/php.ini
Expand Down
2 changes: 1 addition & 1 deletion .vib/python-min/goss/vars.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
files:
- mode: "0644"
paths:
- /opt/bitnami/*/.spdx-*-python-min.spdx
- /opt/bitnami/os/.spdx-os-python-min.spdx
- /opt/bitnami/python/.spdx-python-min.spdx
- mode: "0755"
paths:
Expand Down
2 changes: 1 addition & 1 deletion .vib/ruby-min/goss/vars.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
files:
- mode: "0644"
paths:
- /opt/bitnami/*/.spdx-*-ruby-min.spdx
- /opt/bitnami/os/.spdx-os-ruby-min.spdx
- /opt/bitnami/ruby/.spdx-ruby-min.spdx
- mode: "0755"
paths:
Expand Down

0 comments on commit 4647795

Please sign in to comment.