Skip to content

Commit

Permalink
SBOM: add a 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 4f7bcb5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 15 deletions.
1 change: 1 addition & 0 deletions proto/sbom/sbom.proto
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ enum SBOMSourceType {
CONTAINER_FILE_SYSTEM = 2;
HOST_FILE_SYSTEM = 3;
CI_PIPELINE = 4;
HOST_IMAGE = 5; // SBOM sourced from an Host OS image (ie AWS AMIs, GCP OS images etc.)
}

enum SBOMStatus {
Expand Down
35 changes: 20 additions & 15 deletions sbom/sbom.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4f7bcb5

Please sign in to comment.