Remove trivy check.
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user