Skip to content

Commit d0febf8

Browse files
authored
remove all attestation layers from AWS marketplace images (#7033)
1 parent c4f35e9 commit d0febf8

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)