Test trivy configuration.
This commit is contained in:
@@ -44,6 +44,7 @@ jobs:
|
|||||||
uses: aquasecurity/trivy-action@master
|
uses: aquasecurity/trivy-action@master
|
||||||
with:
|
with:
|
||||||
image-ref: 'https://cs-git.ddnss.de/arbeitsschutz-ulm/website:master'
|
image-ref: 'https://cs-git.ddnss.de/arbeitsschutz-ulm/website:master'
|
||||||
|
scan-type: 'image'
|
||||||
format: 'table'
|
format: 'table'
|
||||||
exit-code: '1'
|
exit-code: '1'
|
||||||
ignore-unfixed: true
|
ignore-unfixed: true
|
||||||
@@ -52,4 +53,3 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
TRIVY_USERNAME: ${{ env.USER }}
|
TRIVY_USERNAME: ${{ env.USER }}
|
||||||
TRIVY_PASSWORD: ${{ env.PASS }}
|
TRIVY_PASSWORD: ${{ env.PASS }}
|
||||||
TRIVY_BRANCH: 'master'
|
|
||||||
|
|||||||
Reference in New Issue
Block a user