From 6ebb1fa4719c44503c08b03a1a3ac5f59cdb0df1 Mon Sep 17 00:00:00 2001 From: Nicolas Vuillamy Date: Mon, 24 Jul 2023 13:42:01 +0200 Subject: [PATCH] Reactivate trivy to deploy beta (#2827) Co-authored-by: nvuillam --- .github/workflows/deploy-BETA.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/deploy-BETA.yml b/.github/workflows/deploy-BETA.yml index 7784e7bf2fe..89302a9edcf 100644 --- a/.github/workflows/deploy-BETA.yml +++ b/.github/workflows/deploy-BETA.yml @@ -153,14 +153,14 @@ jobs: ############################################## # Check Docker image security with Trivy # ############################################## -# - name: Run Trivy vulnerability scanner -# uses: aquasecurity/trivy-action@master -# with: -# image-ref: "docker.io/oxsecurity/megalinter:beta" -# format: 'table' -# exit-code: '1' -# ignore-unfixed: true -# scanners: vuln -# vuln-type: 'os,library' -# severity: 'CRITICAL,HIGH' -# timeout: 10m0s + - name: Run Trivy vulnerability scanner + uses: aquasecurity/trivy-action@master + with: + image-ref: "docker.io/oxsecurity/megalinter:beta" + format: 'table' + exit-code: '1' + ignore-unfixed: true + scanners: vuln + vuln-type: 'os,library' + severity: 'CRITICAL,HIGH' + timeout: 15m0s