From ad9f0ac76ed6071cf8084fe830bac39b903d9283 Mon Sep 17 00:00:00 2001 From: Christopher Angelo Phillips <32073428+spiffcs@users.noreply.github.com> Date: Wed, 3 Aug 2022 12:54:29 -0400 Subject: [PATCH] update syft version location for Makefile (#865) --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 2b46a55f..54e0b1e8 100644 --- a/Makefile +++ b/Makefile @@ -296,6 +296,7 @@ release-docker-assets: cat .goreleaser_docker.yaml >> $(TEMPDIR)/goreleaser.yaml bash -c "\ + SYFT_VERSION=$(SYFT_VERSION)\ $(RELEASE_CMD) \ --config $(TEMPDIR)/goreleaser.yaml \ --parallelism 1" @@ -308,6 +309,7 @@ snapshot-docker-assets: # Build snapshot images of docker images that will be pu cat .goreleaser_docker.yaml >> $(TEMPDIR)/goreleaser.yaml bash -c "\ + SYFT_VERSION=$(SYFT_VERSION)\ $(SNAPSHOT_CMD) \ --config $(TEMPDIR)/goreleaser.yaml \ --parallelism 1"