Remove trivy check.

This commit is contained in:
2025-03-18 12:10:33 +01:00
parent f969a1efea
commit 078f0abdfe

View File

@@ -39,17 +39,3 @@ jobs:
with:
tags: cs-git.ddnss.de/arbeitsschutz-ulm/website:master
push: true
- name: Run Trivy vulnerability scanner
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
vuln-type: 'os'
output: 'image-scan.txt'
env:
TRIVY_USERNAME: ${{ env.USER }}
TRIVY_PASSWORD: ${{ env.PASS }}