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 5567b29 + 96b9526 commit 651e3b6Copy full SHA for 651e3b6
Makefile
@@ -113,7 +113,7 @@ sign-docker-image:
113
.PHONY: sbom-docker-image
114
sbom-docker-image:
115
@syft $(DOCKER_IMAGE):$(VERSION) -o cyclonedx > bom.xml
116
- @cosign attach sbom -y --sbom bom.xml --type cyclonedx $(DOCKER_IMAGE):$(VERSION)
+ @cosign attach sbom --sbom bom.xml --type cyclonedx $(DOCKER_IMAGE):$(VERSION)
117
@cosign sign -y --attachment sbom $(DOCKER_IMAGE):$(VERSION)
118
119
.PHONY: attest-docker-image
0 commit comments