Skip to content

Commit

Permalink
trying to add trivy scanner as a new step of security wf
Browse files Browse the repository at this point in the history
  • Loading branch information
fjsnogueira committed Apr 17, 2024
1 parent b5bbef5 commit 0a79162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
echo "deb https://aquasecurity.github.io/trivy-repo/deb $(lsb_release -cs) main" | sudo tee -a /etc/apt/sources.list.d/trivy.list
sudo apt-get update && sudo apt-get install -y trivy
trivy image checkmarx/2ms:scanme --exit-code 1 \
--ignore-unfixed --vuln-type os,library --no-progress --secret-config --severity CRITICAL,HIGH,MEDIUM,LOW --vex ./ignore.openvex
--ignore-unfixed --vuln-type os,library --no-progress --severity CRITICAL,HIGH,MEDIUM,LOW --vex ./ignore.openvex
secret-scanning:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0a79162

Please sign in to comment.