Skip to content

Commit 7c3e981

Browse files
authored
feat: change scan output format from 'github' to 'table'
1 parent 9c2e2d4 commit 7c3e981

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/build-node-python/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ runs:
302302
scan-type: "fs"
303303
scan-ref: "uv.lock"
304304
exit-code: "1"
305-
format: "github"
305+
format: "table"
306306
scanners: "vuln"
307307
severity: ${{ inputs.trivy_severity || 'CRITICAL' }}
308308
ignore-unfixed: false
@@ -316,7 +316,7 @@ runs:
316316
scan-type: "fs"
317317
scan-ref: "yarn.lock"
318318
exit-code: "1"
319-
format: "github"
319+
format: "table"
320320
scanners: "vuln"
321321
severity: ${{ inputs.trivy_severity || 'CRITICAL' }}
322322
ignore-unfixed: false

0 commit comments

Comments
 (0)