mirror of
https://github.com/keycloak/keycloak.git
synced 2026-05-07 23:50:03 -05:00
Snyk workflow failure
Closes #27761 Signed-off-by: Bruno Oliveira da Silva <bruno@abstractj.com>
This commit is contained in:
@@ -30,7 +30,8 @@ jobs:
|
||||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
||||
|
||||
- name: Upload Quarkus scanner results to GitHub
|
||||
uses: github/codeql-action/upload-sarif@v3
|
||||
# Downgraded to v2 due to the issues related with security-severity field
|
||||
uses: github/codeql-action/upload-sarif@v2
|
||||
with:
|
||||
sarif_file: quarkus-report.sarif
|
||||
category: snyk-quarkus-report
|
||||
@@ -44,7 +45,8 @@ jobs:
|
||||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
||||
|
||||
- name: Upload Operator scanner results to GitHub
|
||||
uses: github/codeql-action/upload-sarif@v3
|
||||
# Downgraded to v2 due to the issues related with security-severity field
|
||||
uses: github/codeql-action/upload-sarif@v2
|
||||
with:
|
||||
sarif_file: operator-report.sarif
|
||||
category: snyk-operator-report
|
||||
|
||||
Reference in New Issue
Block a user