Skip to content

Commit

Permalink
fix: update hard coded test registry reference (#1336)
Browse files Browse the repository at this point in the history
  • Loading branch information
akashsinghal authored Mar 15, 2024
1 parent c963bed commit 8acc7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ e2e-sbom-setup:
# -di (DockerImage) - The docker image that will be used to generate the SBOM manifest
# -m (ManifestPath) - The path to the SBOM manifest that will be generated
# -D (Debug) - Enable debug logging
docker pull localhost:5000/sbom:v0
docker pull ${TEST_REGISTRY}/sbom:v0
.staging/sbom/sbom-tool generate -b .staging/sbom -pn ratify -di ${TEST_REGISTRY}/sbom:v0 -m .staging/sbom -pv 1.0 -ps acme -nsu ratify -nsb http://registry:5000 -D true
${GITHUB_WORKSPACE}/bin/oras attach \
--artifact-type application/spdx+json \
Expand Down

0 comments on commit 8acc7f2

Please sign in to comment.