Skip to content

Commit b6211f6

Browse files
fixup
1 parent ae633c1 commit b6211f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta.jq

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def build_command:
139139
@sh "SOURCE_DATE_EPOCH=\(.source.entry.SOURCE_DATE_EPOCH)",
140140
# TODO EXPERIMENTAL_BUILDKIT_SOURCE_POLICY=<(jq ...)
141141
"docker buildx build --progress=plain",
142-
"--provenance=\"mode=max,builder-id=[something here]",
142+
"--provenance=\"mode=max,builder-id=$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID",
143143
if build_should_sbom then
144144
# see "bashbrew remote arches docker/scout-sbom-indexer:1" (we need the SBOM scanner to be runnable on the host architecture)
145145
# bashbrew remote arches --json docker/scout-sbom-indexer:1 | jq '.arches | keys_unsorted' -c

0 commit comments

Comments
 (0)