Skip to content

Commit

Permalink
fix(deps): update all
Browse files Browse the repository at this point in the history
  • Loading branch information
terraform-ibm-modules-ops committed Nov 22, 2024
1 parent 45fc7ba commit 727a2cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.57.0
TRIVY_VERSION=v0.57.1
BINARY=trivy
set +e
INSTALLED_TRIVY_VERSION="$(trivy version | grep "Version:" | cut -d' ' -f2)"
Expand Down Expand Up @@ -451,7 +451,7 @@ fi
#######################################

# renovate: datasource=github-releases depName=kubernetes/kubernetes
KUBECTL_VERSION=v1.31.2
KUBECTL_VERSION=v1.31.3
BINARY=kubectl
set +e
INSTALLED_KUBECTL_VERSION="$(kubectl version --output yaml --client | grep "gitVersion" | cut -d' ' -f4)"
Expand Down

0 comments on commit 727a2cf

Please sign in to comment.