Skip to content

Commit

Permalink
Set trivy and grype to medium too
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-schardt committed Nov 5, 2024
1 parent 4cb94ac commit 8d160a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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: 'UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL'
severity: 'MEDIUM,HIGH,CRITICAL'
github-pat: ${{ secrets.GITHUB_TOKEN }} # or ${{ secrets.github_pat_name }} if you're using a PAT

- name: Upload Trivy scan results to GitHub Security tab
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
with:
image: "greenbone/opensight-postgres:${{ github.sha }}"
fail-build: false
severity-cutoff: low
severity-cutoff: medium

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

0 comments on commit 8d160a6

Please sign in to comment.