Skip to content

Commit 61c3a9e

Browse files
committed
hack: enable SLSA provenance v1 for buildkit and frontend images
Signed-off-by: CrazyMax <[email protected]>
1 parent 7946fd9 commit 61c3a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/util

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ buildAttestFlags() {
3232
if [ "$GITHUB_ACTIONS" = "true" ]; then
3333
prvattrs="$prvattrs,builder-id=https://github.com/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}"
3434
fi
35-
echo "--attest=type=sbom --attest=type=provenance,$prvattrs"
35+
echo "--attest=type=sbom --attest=type=provenance,version=v1,$prvattrs"
3636
fi
3737
}
3838

0 commit comments

Comments
 (0)