Skip to content

Commit a0c2f1c

Browse files
committed
Switch to table output format
1 parent 5073393 commit a0c2f1c

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,4 @@ jobs:
220220
sbom: bom.json
221221
grype-version: v0.117.0 # The default version from the action doesn't support CycloneDX version 1.7 yet.
222222
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 }}
223+
output-format: table

0 commit comments

Comments
 (0)