Skip to content

Commit

Permalink
NDEV-18337 enable sbom
Browse files Browse the repository at this point in the history
  • Loading branch information
pns-nirmata committed Feb 26, 2024
1 parent 721c333 commit a804bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ko-build: fmt vet
.PHONY: ko-test-build
ko-test-build:
@KO_DOCKER_REPO=$(KO_LOCAL_REGISTRY) \
ko build . --bare --sbom=none --tags=test --platform=$(LOCAL_PLATFORM)
ko build . --bare --tags=test --platform=$(LOCAL_PLATFORM)

docker: build
docker build . -t ghcr.io/nirmata/kube-bench-adapter:v0.2.5
Expand Down

0 comments on commit a804bcb

Please sign in to comment.