Skip to content

Commit 3b0d585

Browse files
committed
[Tool] Trivy Pipeline
Signed-off-by: AndyZiYe <[email protected]>
1 parent f554977 commit 3b0d585

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/.trivy.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,6 @@ list-all-pkgs: false
3131

3232
# Same as '--exit-code'
3333
# Zero as we are only reporting for now, not enforcing
34-
exit-code: 0
34+
exit-code: 0
35+
36+
timeout: 30m

.github/workflows/trivy-pipeline.yml

-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,3 @@ jobs:
3434
image-ref: "registry.cn-zhangjiakou.aliyuncs.com/starrocks/dev-env-centos7:3.1-latest"
3535
scan-type: "image"
3636
trivy-config: ".trivy.yaml"
37-
timeout: "30m"

0 commit comments

Comments
 (0)