Anchore
- Anchore is an open-source container security platform that scans container images for vulnerabilities, configuration issues, and compliance violations.
- It integrates with CI/CD pipelines to automate security checks and provides detailed reports on image security.
- Scan a container image for vulnerabilities:
anchore scan <image_name> - Review the scan report for security issues:
anchore policy check <image_name>
