Skip to content

Commit

Permalink
Merge pull request #25 from astronomer/remove-trivyignore
Browse files Browse the repository at this point in the history
Update config.yml
  • Loading branch information
pgvishnuram committed Feb 1, 2022
2 parents e808611 + abc9933 commit 575420c
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 @@ -215,7 +215,7 @@ commands:
- run:
name: Scan the local image with trivy
command: |
trivy --ignorefile trivyignore --cache-dir /tmp/workspace/trivy-cache image --ignore-unfixed -s HIGH,CRITICAL --exit-code 1 --no-progress << parameters.image_name >>
trivy --cache-dir /tmp/workspace/trivy-cache image --ignore-unfixed -s HIGH,CRITICAL --exit-code 1 --no-progress << parameters.image_name >>
- save_cache:
key: trivy-cache
paths:
Expand Down

0 comments on commit 575420c

Please sign in to comment.