We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f554977 commit 3b0d585Copy full SHA for 3b0d585
.github/workflows/.trivy.yaml
@@ -31,4 +31,6 @@ list-all-pkgs: false
31
32
# Same as '--exit-code'
33
# Zero as we are only reporting for now, not enforcing
34
-exit-code: 0
+exit-code: 0
35
+
36
+timeout: 30m
.github/workflows/trivy-pipeline.yml
@@ -34,4 +34,3 @@ jobs:
image-ref: "registry.cn-zhangjiakou.aliyuncs.com/starrocks/dev-env-centos7:3.1-latest"
scan-type: "image"
trivy-config: ".trivy.yaml"
37
- timeout: "30m"
0 commit comments