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