Add tests and implement timeline ingestion options with NATS and Redis subscribers
- Introduced `BinaryReachabilityLifterTests` to validate binary lifting functionality. - Created `PackRunWorkerOptions` for configuring worker paths and execution persistence. - Added `TimelineIngestionOptions` for configuring NATS and Redis ingestion transports. - Implemented `NatsTimelineEventSubscriber` for subscribing to NATS events. - Developed `RedisTimelineEventSubscriber` for reading from Redis Streams. - Added `TimelineEnvelopeParser` to normalize incoming event envelopes. - Created unit tests for `TimelineEnvelopeParser` to ensure correct field mapping. - Implemented `TimelineAuthorizationAuditSink` for logging authorization outcomes.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
ecosystem,syft,trivy,clair,notes
|
||||
container,yes,yes,yes,pinned demo fixtures
|
||||
java,yes,yes,no,clair sample pending
|
||||
python,yes,yes,no,
|
||||
dotnet,no,yes,no,trivy provides sample; others pending
|
||||
go,yes,yes,no,
|
||||
os-pkgs,yes,yes,yes,clair focuses on apk baseline
|
||||
|
||||
|
Reference in New Issue
Block a user