Change some trivy parameters.
This commit is contained in:
@@ -44,8 +44,11 @@ jobs:
|
||||
uses: aquasecurity/trivy-action@master
|
||||
with:
|
||||
image-ref: 'cs-git.ddnss.de/arbeitsschutz-ulm/website:master'
|
||||
format: 'sarif'
|
||||
output: 'trivy-results.sarif'
|
||||
format: 'table'
|
||||
exit-code: '0'
|
||||
ignore-unfixed: true
|
||||
vuln-type: 'os,library'
|
||||
output: 'image-scan.txt'
|
||||
env:
|
||||
TRIVY_USERNAME: ${{ env.USER }}
|
||||
TRIVY_PASSWORD: ${{ env.PASS }}
|
||||
|
||||
Reference in New Issue
Block a user