Change some trivy parameters.

This commit is contained in:
2025-03-03 16:35:15 +01:00
parent 4069038fec
commit 00c21e8d53

View File

@@ -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 }}