Snyk Workflow failing due to the usage of the same category on multiple sections
Resolves #16705
This commit is contained in:
parent
b5fb528508
commit
52f9b0df59
1 changed files with 2 additions and 0 deletions
2
.github/workflows/snyk-analysis.yml
vendored
2
.github/workflows/snyk-analysis.yml
vendored
|
@ -32,6 +32,7 @@ jobs:
|
||||||
uses: github/codeql-action/upload-sarif@v2.1.39
|
uses: github/codeql-action/upload-sarif@v2.1.39
|
||||||
with:
|
with:
|
||||||
sarif_file: quarkus-report.sarif
|
sarif_file: quarkus-report.sarif
|
||||||
|
category: snyk-quarkus-report
|
||||||
|
|
||||||
- name: Check for vulnerabilities in Operator
|
- name: Check for vulnerabilities in Operator
|
||||||
run: |
|
run: |
|
||||||
|
@ -45,3 +46,4 @@ jobs:
|
||||||
uses: github/codeql-action/upload-sarif@v2.1.39
|
uses: github/codeql-action/upload-sarif@v2.1.39
|
||||||
with:
|
with:
|
||||||
sarif_file: operator-report.sarif
|
sarif_file: operator-report.sarif
|
||||||
|
category: snyk-operator-report
|
||||||
|
|
Loading…
Reference in a new issue