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.
2 parents 78a6eb8 + 61c3a9e commit 399c615Copy full SHA for 399c615
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