Skip to content

Commit

Permalink
Updated severity levels of scans. (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
GROwen committed Jan 23, 2025
1 parent 4c6d4d9 commit 9e33518
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/vulnerability-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
image: ${{ env.REGISTRY }}/${{ github.repository }}/${{ matrix.images }}:${{ inputs.tag }}
dockerfile: ./images/${{ matrix.images }}
github_token: ${{ secrets.GITHUB_TOKEN }}
severity: HIGH,CRITICAL
- name: Upload SARIF file
if: ${{ steps.scan.outputs.sarif != '' }}
uses: github/codeql-action/upload-sarif@v3
Expand Down

0 comments on commit 9e33518

Please sign in to comment.