Skip to content

Commit

Permalink
Update research-vuln-scan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-schardt authored Nov 5, 2024
1 parent 358b744 commit 43e8a98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/research-vuln-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
format: 'template'
template: '@/contrib/sarif.tpl'
output: 'trivy-results.sarif'
severity: 'CRITICAL,HIGH'
severity: 'UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL'

- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v3
Expand All @@ -46,6 +46,7 @@ jobs:
with:
image: "greenbone/opensight-postgres:${{ github.sha }}"
fail-build: false
severity-cutoff: low

- name: Upload grype vulnerability report
uses: github/codeql-action/upload-sarif@v3
Expand Down

0 comments on commit 43e8a98

Please sign in to comment.