We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be813fa commit ff150c6Copy full SHA for ff150c6
.github/workflows/trivy-pipeline.yml
@@ -25,8 +25,6 @@ jobs:
25
26
- name: Run Trivy vulnerability scanner
27
uses: aquasecurity/trivy-action@d710430a6722f083d3b36b8339ff66b32f22ee55 #0.19.0
28
- env:
29
- TMPDIR: ${{ github.workspace }}/trivy_temp # Required to prevent Trivy running out of space
30
with:
31
image-ref: "registry.cn-zhangjiakou.aliyuncs.com/starrocks/dev-env-centos7:3.1-latest"
32
scan-type: "image"
0 commit comments