Skip to content

Commit

Permalink
fix(deps): update dependency aquasecurity/trivy to v0.58.1
Browse files Browse the repository at this point in the history
  • Loading branch information
terraform-ibm-modules-ops committed Dec 27, 2024
1 parent 5cf7d9c commit 5d2a6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module-assets/ci/install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ if [[ $OSTYPE == 'darwin'* ]]; then
fi

# renovate: datasource=github-releases depName=aquasecurity/trivy
TRIVY_VERSION=v0.58.0
TRIVY_VERSION=v0.58.1
BINARY=trivy
set +e
INSTALLED_TRIVY_VERSION="$(trivy version | grep "Version:" | cut -d' ' -f2)"
Expand Down

0 comments on commit 5d2a6ca

Please sign in to comment.