update syft version location for Makefile (#865)

This commit is contained in:
Christopher Angelo Phillips 2022-08-03 12:54:29 -04:00 committed by GitHub
parent 8fe761b41f
commit ad9f0ac76e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"