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 ae633c1 commit b6211f6Copy full SHA for b6211f6
meta.jq
@@ -139,7 +139,7 @@ def build_command:
139
@sh "SOURCE_DATE_EPOCH=\(.source.entry.SOURCE_DATE_EPOCH)",
140
# TODO EXPERIMENTAL_BUILDKIT_SOURCE_POLICY=<(jq ...)
141
"docker buildx build --progress=plain",
142
- "--provenance=\"mode=max,builder-id=[something here]",
+ "--provenance=\"mode=max,builder-id=$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID",
143
if build_should_sbom then
144
# see "bashbrew remote arches docker/scout-sbom-indexer:1" (we need the SBOM scanner to be runnable on the host architecture)
145
# bashbrew remote arches --json docker/scout-sbom-indexer:1 | jq '.arches | keys_unsorted' -c
0 commit comments