mirror of
https://github.com/imjasonh/snoop
synced 2026-07-17 22:25:21 +00:00
- 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>
27 lines
195 B
Text
27 lines
195 B
Text
# Binaries
|
|
*.a
|
|
*.so
|
|
|
|
# Go
|
|
*.test
|
|
*.prof
|
|
go.work
|
|
go.work.sum
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Test artifacts
|
|
*.coverprofile
|
|
coverage.out
|
|
|
|
# Docker volumes
|
|
/data/
|