Skip to content

Commit

Permalink
sbom macOS support
Browse files Browse the repository at this point in the history
  • Loading branch information
awnion committed Aug 11, 2023
1 parent dc12f76 commit bcacaa7
Show file tree
Hide file tree
Showing 3 changed files with 500 additions and 235 deletions.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ fix:
run:
cargo run --bin anytree -- build "./hack/cargo_sbom.cdx.json"

.PHONY: run-mac
run-mac:
cargo run --bin anytree -- build "./hack/cargo_sbom_mac.cdx.json"

.PHONY: debug_run
debug_run:
ANYTREE_LOG=trace cargo run --bin anytree -- build "./hack/cargo_sbom.cdx.json"
ANYTREE_LOG=trace cargo run --bin anytree -- build "./hack/cargo_sbom.cdx.json"
Loading

0 comments on commit bcacaa7

Please sign in to comment.