YAML for Trivy CLI
Execute Trivy CLI commands for security scanning of vulnerabilities, secrets, and misconfigurations.
YAML examples for Trivy CLI
Run Trivy security scan
yaml- action: "Trivy security scan" type: "TRIVY_CLI" version: "0.58.0" shell: "SH" execute_commands: - "trivy fs --severity HIGH,CRITICAL ." - "trivy image --severity CRITICAL myapp:latest"