We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc497f2 commit a35bbeeCopy full SHA for a35bbee
.github/workflows/publish.yml
@@ -64,6 +64,8 @@ jobs:
64
scan-ref: 'ghcr.io/blinklabs-io/openvpn:${{ env.FIRST_TAG }}'
65
format: 'sarif'
66
output: 'trivy-results-${{ env.FIRST_TAG }}.sarif'
67
+ ignore-unfixed: true
68
+ severity: 'HIGH,CRITICAL'
69
- name: Upload Trivy scan results to GitHub Security tab
70
uses: github/codeql-action/upload-sarif@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
71
if: always()
0 commit comments