Skip to content

Commit

Permalink
Snyk workflow failure
Browse files Browse the repository at this point in the history
  • Loading branch information
abstractj committed Mar 11, 2024
1 parent 1e48cce commit 26b209d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/snyk-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 26b209d

Please sign in to comment.