Skip to content

Commit

Permalink
Merge pull request #283 from DataDog/lenaic/sbom_repo_digests
Browse files Browse the repository at this point in the history
[CONTINT-3744] [sbom] Add a `repo_digests` field for the repo digests
  • Loading branch information
L3n41c committed Jan 24, 2024
2 parents d7c5dcc + 3069f58 commit 38db68d
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 27 deletions.
2 changes: 1 addition & 1 deletion contimage/contimage.pb.go

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

2 changes: 1 addition & 1 deletion contlcycle/contlcycle.pb.go

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

2 changes: 1 addition & 1 deletion cws/dumpsv1/activity_dump.pb.go

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

2 changes: 1 addition & 1 deletion cyclonedx_v1_4/bom-1.4.pb.go

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

1 change: 1 addition & 0 deletions proto/sbom/sbom.proto
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ message SBOMEntity {
string error = 12;
}
SBOMStatus status = 11;
repeated string repo_digests = 14; // The digests of the container image
}

enum SBOMSourceType {
Expand Down
56 changes: 33 additions & 23 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 38db68d

Please sign in to comment.