Skip to content

Commit 9c2e2d4

Browse files
authored
feat: change image scan format from 'github' to 'table'
1 parent 8682c84 commit 9c2e2d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ jobs:
294294
image-ref: ${{ matrix.component.image_ref }}
295295
# Disable scanning the current directory (defaults to .)
296296
scan-ref: "/dev/null"
297-
format: "github"
297+
format: "table"
298298
exit-code: "1"
299299
ignore-unfixed: false
300300
vuln-type: "os,library"

0 commit comments

Comments
 (0)