From f554977decb81ad5490338174d3734a0df0ae22b Mon Sep 17 00:00:00 2001 From: AndyZiYe Date: Tue, 21 May 2024 11:43:46 +0800 Subject: [PATCH] [Tool] Trivy Pipeline Signed-off-by: AndyZiYe --- .github/workflows/trivy-pipeline.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/trivy-pipeline.yml b/.github/workflows/trivy-pipeline.yml index 3cbbe53a74573..6ccc520016dd3 100644 --- a/.github/workflows/trivy-pipeline.yml +++ b/.github/workflows/trivy-pipeline.yml @@ -22,6 +22,10 @@ jobs: - name: Checkout code uses: actions/checkout@v3 + - name: Init + run: | + mkdir trivy_temp + - name: Run Trivy vulnerability scanner uses: aquasecurity/trivy-action@d710430a6722f083d3b36b8339ff66b32f22ee55 #0.19.0 env: