Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:19:10 +08:00
commit 851c4fbb03
8 changed files with 179 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# 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.