Skip to content

Commit

Permalink
Revert "Snyk workflow failure"
Browse files Browse the repository at this point in the history
This reverts commit 6967f57.

Signed-off-by: Bruno Oliveira da Silva <[email protected]>
  • Loading branch information
abstractj committed Mar 11, 2024
1 parent a71d07d commit 1c0c56e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/snyk-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

- name: Upload Quarkus scanner results to GitHub
# Downgraded to v2 due to the issues related with security-severity field
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: quarkus-report.sarif
category: snyk-quarkus-report
Expand All @@ -45,8 +44,7 @@ jobs:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

- name: Upload Operator scanner results to GitHub
# Downgraded to v2 due to the issues related with security-severity field
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: operator-report.sarif
category: snyk-operator-report

0 comments on commit 1c0c56e

Please sign in to comment.