Skip to content

Commit

Permalink
remove all attestation layers from AWS marketplace images (#7033)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdabelf5 authored Dec 20, 2024
1 parent c4f35e9 commit d0febf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-plus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
load: false
push: ${{ inputs.authenticated }}
pull: true
sbom: ${{ inputs.authenticated }}
sbom: ${{ inputs.authenticated && !contains(inputs.target, 'aws') }}
provenance: false
build-args: |
BUILD_OS=${{ inputs.image }}
Expand Down

0 comments on commit d0febf8

Please sign in to comment.