Revert "Snyk workflow failure"
This reverts commit 6967f57f39
.
Signed-off-by: Bruno Oliveira da Silva <bruno@abstractj.com>
This commit is contained in:
parent
a71d07d9d8
commit
1c0c56e805
1 changed files with 2 additions and 4 deletions
6
.github/workflows/snyk-analysis.yml
vendored
6
.github/workflows/snyk-analysis.yml
vendored
|
@ -30,8 +30,7 @@ jobs:
|
||||||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
||||||
|
|
||||||
- name: Upload Quarkus scanner results to GitHub
|
- 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@v3
|
||||||
uses: github/codeql-action/upload-sarif@v2
|
|
||||||
with:
|
with:
|
||||||
sarif_file: quarkus-report.sarif
|
sarif_file: quarkus-report.sarif
|
||||||
category: snyk-quarkus-report
|
category: snyk-quarkus-report
|
||||||
|
@ -45,8 +44,7 @@ jobs:
|
||||||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
||||||
|
|
||||||
- name: Upload Operator scanner results to GitHub
|
- 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@v3
|
||||||
uses: github/codeql-action/upload-sarif@v2
|
|
||||||
with:
|
with:
|
||||||
sarif_file: operator-report.sarif
|
sarif_file: operator-report.sarif
|
||||||
category: snyk-operator-report
|
category: snyk-operator-report
|
||||||
|
|
Loading…
Reference in a new issue