Skip to content

Commit

Permalink
Add optionalExitTimestamp to contlcycle.PodEvent (#240)
Browse files Browse the repository at this point in the history
Co-authored-by: Lénaïc Huard <L3n41c@users.noreply.github.com>
  • Loading branch information
sblumenthal and L3n41c authored Mar 20, 2023
1 parent 8f09c78 commit 9b0e023
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 11 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.

29 changes: 21 additions & 8 deletions 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 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/contlcycle/contlcycle.proto
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ message ContainerEvent {
message PodEvent {
string podUID = 1; // podUID contains the pod UID
string source = 2; // source contains the pod source (kubelet)
optional int64 exitTimestamp = 3; // exitTimestamp contains the exit timestamp of the pod
}
2 changes: 1 addition & 1 deletion 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 9b0e023

Please sign in to comment.