Skip to content

Commit

Permalink
feat: add provenance for SLSA3
Browse files Browse the repository at this point in the history
Signed-off-by: Raphanus Lo <[email protected]>
  • Loading branch information
COLDTURNIP committed Jan 13, 2025
1 parent 8086a61 commit 979cc1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
tags: longhornio/backing-image-manager:${{ env.branch }}-head
file: package/Dockerfile
sbom: true
provenance: mode=max

- name: docker-publish-with-tag
if: ${{ startsWith(github.ref, 'refs/tags/') }}
Expand All @@ -92,3 +93,4 @@ jobs:
tags: longhornio/backing-image-manager:${{ github.ref_name }}
file: package/Dockerfile
sbom: true
provenance: mode=max

0 comments on commit 979cc1a

Please sign in to comment.