mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-08-25 16:07:24 +00:00
chore(deps): update dependency anchore/syft to v1.51.0 (#2103)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -675,7 +675,7 @@ goreleaser: ## Download goreleaser locally if necessary.
|
||||
$(call go-install-tool,$(GORELEASER),github.com/$(GORELEASER_LOOKUP)/v2@v$(GORELEASER_VERSION))
|
||||
|
||||
SYFT := $(LOCALBIN)/syft
|
||||
SYFT_VERSION := 1.50.0
|
||||
SYFT_VERSION := 1.51.0
|
||||
SYFT_LOOKUP := anchore/syft
|
||||
syft: ## Download syft locally if necessary.
|
||||
test -s $(SYFT) && $(SYFT) --version | grep -q $(SYFT_VERSION) || \
|
||||
|
||||
Reference in New Issue
Block a user