Skip to content

Commit a939f18

Browse files
committed
bump: Trivy install script to 0.68.2
1 parent 2abbcc2 commit a939f18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ orbs:
77
references:
88
install_trivy_and_download_dbs: &install_trivy_and_download_dbs
99
persist_to_workspace: true
10-
# https://aquasecurity.github.io/trivy/v0.65/getting-started/installation/#install-script
10+
# https://trivy.dev/docs/v0.68/getting-started/installation/#installing-trivy
1111
cmd: |
12-
curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b . v0.66.0
12+
curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b . v0.68.2
1313
mkdir cache
1414
./trivy --cache-dir ./cache image --download-db-only
1515

0 commit comments

Comments
 (0)