Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ci): add provenance for SLSA3 #830

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat(ci): add provenance for SLSA3
Signed-off-by: Raphanus Lo <[email protected]>
COLDTURNIP committed Jan 13, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit ae3616e98ea815df7d365ec468c2cd5107c91faa
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -102,6 +102,7 @@ jobs:
tags: longhornio/longhorn-instance-manager:${{ env.branch }}-head-amd64
file: package/Dockerfile
sbom: true
provenance: mode=max
build-args: |
ARCH=amd64
- name: docker-publish-longhorn-instance-manager-with-tag
@@ -114,6 +115,7 @@ jobs:
tags: longhornio/longhorn-instance-manager:${{ github.ref_name }}-amd64
file: package/Dockerfile
sbom: true
provenance: mode=max
build-args: |
ARCH=amd64
@@ -165,6 +167,7 @@ jobs:
tags: longhornio/longhorn-instance-manager:${{ env.branch }}-head-arm64
file: package/Dockerfile
sbom: true
provenance: mode=max
build-args: |
ARCH=arm64
- name: docker-publish-longhorn-instance-manager-with-tag
@@ -177,6 +180,7 @@ jobs:
tags: longhornio/longhorn-instance-manager:${{ github.ref_name }}-arm64
file: package/Dockerfile
sbom: true
provenance: mode=max
build-args: |
ARCH=arm64