From ff150c66a7b5fd0e68e144bbcc83c56961d14ed0 Mon Sep 17 00:00:00 2001 From: AndyZiYe Date: Tue, 21 May 2024 11:12:42 +0800 Subject: [PATCH] [Tool] Trivy Pipeline Signed-off-by: AndyZiYe --- .github/workflows/trivy-pipeline.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/trivy-pipeline.yml b/.github/workflows/trivy-pipeline.yml index 6b93c4583587a..5fd0918fd6fce 100644 --- a/.github/workflows/trivy-pipeline.yml +++ b/.github/workflows/trivy-pipeline.yml @@ -25,8 +25,6 @@ jobs: - name: Run Trivy vulnerability scanner uses: aquasecurity/trivy-action@d710430a6722f083d3b36b8339ff66b32f22ee55 #0.19.0 - env: - TMPDIR: ${{ github.workspace }}/trivy_temp # Required to prevent Trivy running out of space with: image-ref: "registry.cn-zhangjiakou.aliyuncs.com/starrocks/dev-env-centos7:3.1-latest" scan-type: "image"