1
0
Fork 0
mirror of https://github.com/imjasonh/snoop synced 2026-07-07 00:12:48 +00:00
snoop/.github/workflows
Jason Hall 953e13a34e Implement multi-container pod support with automatic discovery
Add automatic container discovery and per-container file tracking:

- Auto-discover all containers in pod via DiscoverAllExceptSelf()
- Track files independently per container with separate LRU caches
- New report format with per-container file lists and attribution
- Remove -cgroup flag (auto-discovery only)
- Add comprehensive test coverage

Breaking changes:
- Report JSON format changed to per-container structure
- Removed -cgroup flag (was optional)

Each container gets independent tracking. Same file accessed by
multiple containers appears in both container reports.

Signed-off-by: Jason Hall <jason@chainguard.dev>
2026-01-15 14:51:23 -05:00
..
build.yaml initial commit 2026-01-14 09:55:28 -05:00
codegen.yaml fail when codegen mismatches 2026-01-14 15:59:07 -05:00
kind-tests.yaml Implement multi-container pod support with automatic discovery 2026-01-15 14:51:23 -05:00