mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-08-19 04:26:45 +00:00
chore(deps): update dependency anchore/syft to v1.46.0 (#2018)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -683,7 +683,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.45.1
|
||||
SYFT_VERSION := 1.46.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