Skip to content

Commit 77df9c7

Browse files
authored
Merge pull request #7036 from k0sproject/renovate/main-docker.io-anchore-syft-1.x
Bump docker.io/anchore/syft Docker tag to v1.41.0
2 parents 24727d4 + 20a5477 commit 77df9c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,6 @@ spdx.json: syft.yaml go.mod .bins.$(TARGET_OS).stamp
352352
-v '$(CURDIR)/go.mod':/k0s/go.mod:ro \
353353
-v '$(CURDIR)/embedded-bins/staging/$(TARGET_OS)/bin':/k0s/bin:ro \
354354
-w /k0s \
355-
$(DOCKER_RUN_OPTS) docker.io/anchore/syft:v1.40.1 \
355+
$(DOCKER_RUN_OPTS) docker.io/anchore/syft:v1.41.0 \
356356
--source-name k0s --source-version '$(VERSION)' \
357357
-c syft.yaml -o spdx-json@2.2 . >'$@'

0 commit comments

Comments
 (0)