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 838d017 commit 6967f57Copy full SHA for 6967f57
.github/workflows/snyk-analysis.yml
@@ -30,7 +30,8 @@ jobs:
30
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
31
32
- name: Upload Quarkus scanner results to GitHub
33
- uses: github/codeql-action/upload-sarif@v3
+ # Downgraded to v2 due to the issues related with security-severity field
34
+ uses: github/codeql-action/upload-sarif@v2
35
with:
36
sarif_file: quarkus-report.sarif
37
category: snyk-quarkus-report
@@ -44,7 +45,8 @@ jobs:
44
45
46
47
- name: Upload Operator scanner results to GitHub
48
49
50
51
sarif_file: operator-report.sarif
52
category: snyk-operator-report
0 commit comments