Skip to content

Commit c246915

Browse files
authored
Add github format
1 parent f7559da commit c246915

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ runs:
302302
scan-type: "fs"
303303
scan-ref: "uv.lock"
304304
exit-code: "1"
305+
format: "github"
305306
scanners: "vuln"
306307
severity: ${{ inputs.trivy_severity || 'CRITICAL' }}
307308
ignore-unfixed: false
@@ -315,6 +316,7 @@ runs:
315316
scan-type: "fs"
316317
scan-ref: "yarn.lock"
317318
exit-code: "1"
319+
format: "github"
318320
scanners: "vuln"
319321
severity: ${{ inputs.trivy_severity || 'CRITICAL' }}
320322
ignore-unfixed: false

0 commit comments

Comments
 (0)