Skip to content

Commit

Permalink
fix(deps): update dependency aquasecurity/trivy to v0.57.0 (#1063)
Browse files Browse the repository at this point in the history
  • Loading branch information
terraform-ibm-modules-ops authored Nov 2, 2024
1 parent ebeee74 commit 2adb44e
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.56.2
TRIVY_VERSION=v0.57.0
BINARY=trivy
set +e
INSTALLED_TRIVY_VERSION="$(trivy version | grep "Version:" | cut -d' ' -f2)"
Expand Down

0 comments on commit 2adb44e

Please sign in to comment.