Skip to content

Commit

Permalink
SBOM: add support for CycloneDX v1.5 and add HOST_IMAGE SBOMSourceType
Browse files Browse the repository at this point in the history
  • Loading branch information
jinroh committed Feb 7, 2024
1 parent 38db68d commit 64af5f2
Show file tree
Hide file tree
Showing 5 changed files with 13,916 additions and 58 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 64af5f2

Please sign in to comment.