Skip to content

Commit

Permalink
[semver:patch] Fix the trivy_latest_scan (#84)
Browse files Browse the repository at this point in the history
I managed to miss one of the typos in there as we call trivy twice...
  • Loading branch information
Darren Oakley authored Oct 14, 2021
1 parent c168b23 commit 003e72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jobs/trivy_latest_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ steps:
- run:
name: Trivy scan for << parameters.cve_severities_to_check >> CVEs
command: |
/tmp/trivy image \
/tmp/trivy \
--cache-dir .trivy \
image \
--exit-code 100 \
Expand Down

0 comments on commit 003e72e

Please sign in to comment.