Snyk Workflow failing due to the usage of the same category on multiple sections

Resolves #16705
This commit is contained in:
Bruno Oliveira da Silva 2023-01-30 15:38:09 -03:00
parent b5fb528508
commit 52f9b0df59

View file

@ -32,6 +32,7 @@ jobs:
uses: github/codeql-action/upload-sarif@v2.1.39
with:
sarif_file: quarkus-report.sarif
category: snyk-quarkus-report
- name: Check for vulnerabilities in Operator
run: |
@ -45,3 +46,4 @@ jobs:
uses: github/codeql-action/upload-sarif@v2.1.39
with:
sarif_file: operator-report.sarif
category: snyk-operator-report