There was an error while loading. Please reload this page.
1 parent 5073393 commit a0c2f1cCopy full SHA for a0c2f1c
1 file changed
.github/workflows/tests.yml
@@ -220,7 +220,4 @@ jobs:
220
sbom: bom.json
221
grype-version: v0.117.0 # The default version from the action doesn't support CycloneDX version 1.7 yet.
222
cache-db: true
223
- - uses: github/codeql-action/upload-sarif@v4
224
- if: '!cancelled()' # Also upload if the scan failed the build due to found vulnerabilities
225
- with:
226
- sarif_file: ${{ steps.scan.outputs.sarif }}
+ output-format: table
0 commit comments