Test trivy configuration.

This commit is contained in:
2025-03-06 08:07:26 +01:00
parent 329e6df7cc
commit 3a189363db

View File

@@ -44,6 +44,7 @@ jobs:
uses: aquasecurity/trivy-action@master
with:
image-ref: 'https://cs-git.ddnss.de/arbeitsschutz-ulm/website:master'
scan-type: 'image'
format: 'table'
exit-code: '1'
ignore-unfixed: true
@@ -52,4 +53,3 @@ jobs:
env:
TRIVY_USERNAME: ${{ env.USER }}
TRIVY_PASSWORD: ${{ env.PASS }}
TRIVY_BRANCH: 'master'