Skip to content

Commit

Permalink
demo : clean up CVEs
Browse files Browse the repository at this point in the history
  • Loading branch information
entlein committed Mar 29, 2024
1 parent 5d9d798 commit ce18068
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: austriandatalab/multi-stage-step2
IMAGE_NAME: austriandatalab/cleaner


jobs:
Expand Down Expand Up @@ -55,9 +55,10 @@ jobs:
#format: 'table'
#output: 'stdout'
output: 'trivy-results.sarif'
#exit-code: '1'
ignore-unfixed: true
#severity: 'CRITICAL,HIGH'
exit-code: '1'
#ignore-unfixed: true
severity: 'CRITICAL,HIGH'


- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v2
Expand Down

0 comments on commit ce18068

Please sign in to comment.