Skip to content

Commit 15cbf8a

Browse files
pdabelf5web-flow
authored andcommitted
remove all attestation layers from AWS marketplace images (#7033)
1 parent 1b8abb4 commit 15cbf8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-plus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
load: false
184184
push: ${{ inputs.authenticated }}
185185
pull: true
186-
sbom: ${{ inputs.authenticated }}
186+
sbom: ${{ inputs.authenticated && !contains(inputs.target, 'aws') }}
187187
provenance: false
188188
build-args: |
189189
BUILD_OS=${{ inputs.image }}

0 commit comments

Comments
 (0)