Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f5ea75d

Browse files
committedApr 17, 2025··
Generate SBOM/Attestations
1 parent 6fac8cd commit f5ea75d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.github/workflows/build-test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ jobs:
114114
tags: quay.io/jetstack/version-checker:${{github.sha}}
115115
cache-from: type=gha
116116
cache-to: type=gha,mode=max
117+
attests: |-
118+
type=sbom,generator=image
119+
type=provenance,mode=max
117120
118121
- name: Run Trivy vulnerability scanner
119122
uses: aquasecurity/trivy-action@0.30.0

0 commit comments

Comments
 (0)
Please sign in to comment.