Skip to content

Commit

Permalink
Reactivate trivy to deploy beta (#2827)
Browse files Browse the repository at this point in the history
Co-authored-by: nvuillam <nicolas.vuillamy@ox.security>
  • Loading branch information
nvuillam and megalinter-bot authored Jul 24, 2023
1 parent 2e6f07c commit 6ebb1fa
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/deploy-BETA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6ebb1fa

Please sign in to comment.