Skip to main content
Version: main-dev

trivy

The trivy analyzer scans container images for vulnerabilities and secrets using the Trivy CLI.

Overview

Functionality

This analyzer performs the following checks:

  1. Vulnerability Scanning: Detects CVEs in OS packages and language-specific dependencies.
  2. Secret Detection: Searches for embedded secrets, credentials, and sensitive data.

Default Rules

The following rules are provided by default:

SlugTitleLevel
trivy-no-criticalNo CRITICAL vulnerabilities found by Trivy.critical
trivy-no-highNo HIGH vulnerabilities found by Trivy.warning
trivy-fix-availableAll vulnerabilities should be fixed if a patch exists.warning
trivy-secret-scanNo secrets or credentials should be embedded in the image.critical