Skip to content

Commit

Permalink
enable sbom on bake action
Browse files Browse the repository at this point in the history
  • Loading branch information
zachauten committed Sep 24, 2024
1 parent 23dfd62 commit 9047c5a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ jobs:
files: |
./docker-bake.hcl
${{ steps.meta.outputs.bake-file }}
sbom: true
push: true

- uses: actions/attest-build-provenance@v1
with:
subject-name: {{ env.IMAGE }}
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true
# - uses: actions/attest-build-provenance@v1
# with:
# subject-name: {{ env.IMAGE }}
# subject-digest: ${{ steps.push.outputs.digest }}
# push-to-registry: true

0 comments on commit 9047c5a

Please sign in to comment.