Update Trivy config to only scan type 'os' (#85)

- since we are not in charge of the app
This commit is contained in:
Markus Opolka
2021-07-27 10:20:42 +02:00
committed by GitHub
parent 342d706142
commit 52483b4656
2 changed files with 4 additions and 0 deletions

View File

@@ -40,6 +40,8 @@ jobs:
format: 'template'
template: '@/contrib/sarif.tpl'
exit-code: '0'
# Since we are not in charge of the Application
vuln-type: 'os'
output: trivy-results-3-${{ matrix.context }}.sarif
severity: 'CRITICAL,HIGH'