Skip to content

Commit

Permalink
Updating trivy CLI options
Browse files Browse the repository at this point in the history
  • Loading branch information
asieira committed Feb 1, 2022
1 parent db7eb4f commit f436862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
mv trivy /usr/local/bin
- run:
name: Scan the local image with trivy
command: trivy --exit-code 1 --severity MEDIUM,HIGH,CRITICAL --no-progress --output /tmp/trivy.txt trivy-ci-test:${CIRCLE_SHA1}
command: trivy image --exit-code 1 --severity MEDIUM,HIGH,CRITICAL --no-progress --output /tmp/trivy.txt trivy-ci-test:${CIRCLE_SHA1}
- store_artifacts:
path: /tmp/trivy.txt
workflows:
Expand Down

0 comments on commit f436862

Please sign in to comment.