We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24727d4 + 20a5477 commit 77df9c7Copy full SHA for 77df9c7
Makefile
@@ -352,6 +352,6 @@ spdx.json: syft.yaml go.mod .bins.$(TARGET_OS).stamp
352
-v '$(CURDIR)/go.mod':/k0s/go.mod:ro \
353
-v '$(CURDIR)/embedded-bins/staging/$(TARGET_OS)/bin':/k0s/bin:ro \
354
-w /k0s \
355
- $(DOCKER_RUN_OPTS) docker.io/anchore/syft:v1.40.1 \
+ $(DOCKER_RUN_OPTS) docker.io/anchore/syft:v1.41.0 \
356
--source-name k0s --source-version '$(VERSION)' \
357
-c syft.yaml -o spdx-json@2.2 . >'$@'
0 commit comments