Snyk workflow failure
Closes #27761 Signed-off-by: Bruno Oliveira da Silva <bruno@abstractj.com>
This commit is contained in:
parent
838d017d14
commit
6967f57f39
1 changed files with 4 additions and 2 deletions
6
.github/workflows/snyk-analysis.yml
vendored
6
.github/workflows/snyk-analysis.yml
vendored
|
@ -30,7 +30,8 @@ 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
|
||||||
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:
|
with:
|
||||||
sarif_file: quarkus-report.sarif
|
sarif_file: quarkus-report.sarif
|
||||||
category: snyk-quarkus-report
|
category: snyk-quarkus-report
|
||||||
|
@ -44,7 +45,8 @@ 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
|
||||||
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:
|
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