Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
Process only some tools #2983
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Sep 16, 2022
1 parent 1354192 commit 204cb3c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ all: $(TOOLS_RAW)

.PHONY:
info: ; $(info $(M) Runtime info...)
@echo "git describe: $$(git describe)"
@echo "GIT_BRANCH: $(GIT_BRANCH)"
@echo "VERSION: $(VERSION)"
@echo "OWNER: $(OWNER)"
Expand Down Expand Up @@ -68,7 +67,7 @@ help:
@echo " cosign.key Create cosign key pair"
@echo " sign Sign all container images"
@echo " <tool>--sign Sign container image for specific tool"
@echo " sbom" Create SBoM for all tools"
@echo " sbom Create SBoM for all tools"
@echo " tools/<tool>/sbom.json Create SBoM for specific tool"
@echo " attest Attest SBoM for all tools"
@echo " <tool>--attest Attest SBoM for specific tool"
Expand All @@ -77,6 +76,8 @@ help:
@echo
@echo "Reminder: foo-% => $$*=bar $$@=foo-bar"
@echo
@echo "Only some tools: TOOLS_RAW=\$$(jq -r '.tools[].name' tools.json | grep ^k | xargs echo) make info"
@echo

.PHONY:
clean:
Expand Down

0 comments on commit 204cb3c

Please sign in to comment.