Skip to content

Commit

Permalink
Deltas fixes (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
anjmao authored Mar 11, 2024
1 parent bbf3da8 commit 28a482a
Show file tree
Hide file tree
Showing 40 changed files with 404 additions and 961 deletions.
4 changes: 2 additions & 2 deletions api/v1/runtime/common.pb.go

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

53 changes: 27 additions & 26 deletions api/v1/runtime/runtime_agent_api.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 api/v1/runtime/runtime_agent_api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ service RuntimeSecurityAgentAPI {
rpc GetSyncState(GetSyncStateRequest) returns (GetSyncStateResponse) {}
rpc UpdateSyncState(UpdateSyncStateRequest) returns (UpdateSyncStateResponse) {}

rpc KubernetesDeltaIngest(stream KubernetesDeltaItem) returns (KubernetesDeltaIngestResponse) {}
rpc KubernetesDeltaIngest(stream KubernetesDeltaItem) returns (stream KubernetesDeltaIngestResponse) {}
rpc ImageMetadataIngest(ImageMetadata) returns (ImageMetadataIngestResponse) {}
rpc KubeBenchReportIngest(KubeBenchReport) returns (KubeBenchReportIngestResponse) {}
rpc KubeLinterReportIngest(KubeLinterReport) returns (KubeLinterReportIngestResponse) {}
Expand Down
12 changes: 5 additions & 7 deletions api/v1/runtime/runtime_agent_api_grpc.pb.go

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

74 changes: 0 additions & 74 deletions cmd/agent/daemon/analyzers/elfbinary_analyzer.go

This file was deleted.

41 changes: 0 additions & 41 deletions cmd/agent/daemon/analyzers/elfbinary_analyzer_test.go

This file was deleted.

48 changes: 0 additions & 48 deletions cmd/agent/daemon/analyzers/gobinary_analyzer.go

This file was deleted.

33 changes: 0 additions & 33 deletions cmd/agent/daemon/analyzers/gobinary_analyzer_test.go

This file was deleted.

Loading

0 comments on commit 28a482a

Please sign in to comment.