Skip to content

Commit

Permalink
fix: [#384] Create groups.
Browse files Browse the repository at this point in the history
  • Loading branch information
030 committed Nov 11, 2023
1 parent 6890ddd commit 964c5e6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
run: |
docker build -t utrecht/n3dr:${{ github.sha }} .
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@v0.14.0
uses: aquasecurity/trivy-action@0.14.0
with:
image-ref: 'utrecht/n3dr:${{ github.sha }}'
format: 'table'
Expand All @@ -21,7 +21,10 @@ jobs:
vuln-type: 'os,library'
severity: 'CRITICAL,HIGH'
- name: Run Trivy vulnerability scanner in fs mode
uses: aquasecurity/trivy-action@v0.14.0
uses: aquasecurity/trivy-action@0.14.0
with:
scan-type: 'fs'
scan-ref: '.'
exit-code: '1'
ignore-unfixed: true
severity: 'CRITICAL,HIGH'

0 comments on commit 964c5e6

Please sign in to comment.