Skip to content

Commit

Permalink
Add the signer image to the bashbrew environment
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentGoderre committed Jul 31, 2024
1 parent 011f850 commit 20bbb76
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .bin/bashbrew-buildkit-env-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ _bashbrew_buildkit_env_setup() {
sbomTag="$(grep <<<"$externalPins" -m1 '^docker/scout-sbom-indexer:')"
sbomTag="$(_resolve_external_pins "$sbomTag")"
vars="$(_jq_setenv <<<"$vars" BASHBREW_BUILDKIT_SBOM_GENERATOR "$sbomTag")"

# https://hub.docker.com/r/docker/image-signer-verifier/tags
signerTag="$(grep <<<"$externalPins" -m1 '^docker/image-signer-verifier:')"
signerTag="$(_resolve_external_pins "$signerTag")"
vars="$(_jq_setenv <<<"$vars" BASHBREW_IMAGE_SIGNER "$signerTag")"
;;
;;
esac

Expand Down
1 change: 1 addition & 0 deletions .external-pins/docker/image-signer-verifier___0
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sha256:c7df9727f33c9b4b63ffe3214a2628860fc160f9d1ea1d601445058a053088d9

0 comments on commit 20bbb76

Please sign in to comment.