Features
- Scheduled scans — every 4 hours by default
- Scan on deploy — triggers when new images appear
- Severity filtering — configurable threshold
- SBOM integration — scans SBOMs when Syft is enabled (faster)
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Container image vulnerability (CVE) scanning
spec:
security:
grype:
enabled: true
schedule: "0 */4 * * *"
severityThreshold: medium
scanOnDeploy: true