Skip to content

Commit

Permalink
SBOM: add support for CycloneDX v1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jinroh committed Feb 9, 2024
1 parent 39d696b commit 0090456
Show file tree
Hide file tree
Showing 5 changed files with 13,924 additions and 82 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ BASH
echo "Generating sbom proto"
PATH=#{protoc_gen_go_dir}/bin #{protoc_binary_2} --proto_path=$GOPATH/src:. --go_out=$GOPATH/src proto/deps/github.com/CycloneDX/specification/schema/bom-1.4.proto
PATH=#{protoc_gen_go_dir}/bin #{protoc_binary_2} --proto_path=$GOPATH/src:. --go_out=$GOPATH/src proto/deps/github.com/CycloneDX/specification/schema/bom-1.5.proto
PATH=#{protoc_gen_go_dir}/bin #{protoc_binary_2} --proto_path=$GOPATH/src:. --go_out=$GOPATH/src proto/sbom/sbom.proto
# Install protoc-gen-go-vtproto
Expand Down
Loading

0 comments on commit 0090456

Please sign in to comment.