Skip to content

Commit cd59928

Browse files
authored
Remove all attestation layers from AWS marketplace images (#7039)
1 parent a272f8a commit cd59928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-plus.yml

+1-1
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)