Files
2025-11-30 08:19:10 +08:00

9 lines
460 B
Markdown

# Scripts
Bundled resources for container-security-scanner skill
- [ ] trivy_scan.sh: Executes Trivy scan on a given container image and outputs results in JSON format.
- [ ] snyk_scan.sh: Executes Snyk scan on a given container image and outputs results in JSON format.
- [ ] container_runtime_check.sh: Checks the container runtime (Docker, containerd, etc.) and its version.
- [ ] cis_benchmark_scan.sh: Executes CIS benchmark scan on the container host.