Skip to content

add trivy config file and it's fix workflow #1

add trivy config file and it's fix workflow

add trivy config file and it's fix workflow #1

Workflow file for this run

timeout: 10m
format: sarif
dependency-tree: true
list-all-pkgs: true
exit-code: 0
output: 'trivy-results.sarif'
ignore-unfixed: true
severity:
- HIGH
- CRITICAL
scan:
security-checks:
scanners:
- vuln
- misconfig
- secret
- license
vulnerability:
type:
- os
- library
ignore-unfixed: true
db:
skip-update: false