We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2abbcc2 commit a939f18Copy full SHA for a939f18
.circleci/config.yml
@@ -7,9 +7,9 @@ orbs:
7
references:
8
install_trivy_and_download_dbs: &install_trivy_and_download_dbs
9
persist_to_workspace: true
10
- # https://aquasecurity.github.io/trivy/v0.65/getting-started/installation/#install-script
+ # https://trivy.dev/docs/v0.68/getting-started/installation/#installing-trivy
11
cmd: |
12
- curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b . v0.66.0
+ curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b . v0.68.2
13
mkdir cache
14
./trivy --cache-dir ./cache image --download-db-only
15
0 commit comments