1
0
Fork 0
mirror of https://github.com/imjasonh/snoop synced 2026-07-10 09:32:48 +00:00
snoop/pkg/processor
Jason Hall d3ea4f2f59 Add KinD integration tests to CI
- Create GitHub Actions workflow for KinD integration tests
- Fix path normalization for relative paths with .. components
- Fix cgroup selection to skip snoop container itself
- Add unique namespaces per test with async cleanup
- Allow IMAGE_TAG environment variable override in test script

Both alpine-basic and busybox-controlled tests now pass with proper
file capture and path normalization.

Signed-off-by: Jason Hall <jason@chainguard.dev>
2026-01-14 13:32:44 -05:00
..
lru.go Add memory-bounded deduplication with LRU cache 2026-01-14 10:44:04 -05:00
lru_test.go Add memory-bounded deduplication with LRU cache 2026-01-14 10:44:04 -05:00
normalize.go Add KinD integration tests to CI 2026-01-14 13:32:44 -05:00
normalize_test.go Add processor package with path normalization and deduplication 2026-01-14 10:05:45 -05:00
processor.go Add KinD integration tests to CI 2026-01-14 13:32:44 -05:00
processor_test.go Add memory-bounded deduplication with LRU cache 2026-01-14 10:44:04 -05:00