We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7946fd9 commit 61c3a9eCopy full SHA for 61c3a9e
hack/util
@@ -32,7 +32,7 @@ buildAttestFlags() {
32
if [ "$GITHUB_ACTIONS" = "true" ]; then
33
prvattrs="$prvattrs,builder-id=https://github.com/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}"
34
fi
35
- echo "--attest=type=sbom --attest=type=provenance,$prvattrs"
+ echo "--attest=type=sbom --attest=type=provenance,version=v1,$prvattrs"
36
37
}
38
0 commit comments