We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1ed44b + 9749397 commit b622a54Copy full SHA for b622a54
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.34.2 \
+ $(DOCKER_RUN_OPTS) docker.io/anchore/syft:v1.36.0 \
356
--source-name k0s --source-version '$(VERSION)' \
357
-c syft.yaml -o [email protected] . >'$@'
0 commit comments