Skip to content

Commit

Permalink
bump: Trivy version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
afsmeira committed Sep 10, 2024
1 parent fbc48b8 commit c0da71c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ orbs:
references:
install_trivy_and_download_dbs: &install_trivy_and_download_dbs
persist_to_workspace: true
# https://aquasecurity.github.io/trivy/v0.54/getting-started/installation/#install-script
# https://aquasecurity.github.io/trivy/v0.55/getting-started/installation/#install-script
cmd: |
curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b . v0.54.1
curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b . v0.55.0
mkdir cache
./trivy --cache-dir ./cache image --download-db-only
Expand Down

0 comments on commit c0da71c

Please sign in to comment.