From 11c33b800733620827656bf81fea960dc259f582 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Wed, 24 Jul 2024 18:37:03 +0900 Subject: [PATCH] Removed vulnerability scanner --- .github/workflows/images_build.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/images_build.yml b/.github/workflows/images_build.yml index bef2fea3d..e4d32c99c 100644 --- a/.github/workflows/images_build.yml +++ b/.github/workflows/images_build.yml @@ -389,16 +389,6 @@ jobs: cache-from: ${{ steps.cache_data.outputs.cache_from }} cache-to: ${{ steps.cache_data.outputs.cache_to }} - - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@0.20.0 - with: - image-ref: ${{ fromJSON(steps.meta.outputs.json).tags[0] }} - format: 'table' - exit-code: '1' - ignore-unfixed: true - vuln-type: 'os,library' - severity: 'CRITICAL,HIGH' - - name: Sign the images with GitHub OIDC Token if: ${{ env.AUTO_PUSH_IMAGES == 'true' }} env: