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