Skip to content

Commit

Permalink
Aktualisieren Sie die CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaffen committed Apr 19, 2024
1 parent 92d1d14 commit 35af6a4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,19 @@ jobs:
with:
push: false
tags: |
ci/dummy:${{ github.sha }}
ci/dummy-${{ matrix.release }}:${{ github.sha }}
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
with:
image-ref: ci/dummy:${{ github.sha }}
image-ref: ci/dummy-${{ matrix.release }}:${{ github.sha }}
format: 'sarif'
output: 'trivy-results-${{ matrix.release }}.sarif'
severity: 'CRITICAL,HIGH'
limit-severities-for-sarif: true

- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: 'trivy-results-${{ matrix.release }}.sarif'

Expand Down

0 comments on commit 35af6a4

Please sign in to comment.