From bb5f31b898ffd178ddeb04fa4ad25982d5f6825b Mon Sep 17 00:00:00 2001 From: strtgbb <146047128+strtgbb@users.noreply.github.com> Date: Thu, 16 Jul 2026 13:21:00 -0400 Subject: [PATCH] Merge pull request #2058 from Altinity/ci/bump-grype-0.115-stable-25.8 Stable 25.8 - Fix Grype Scan: bump grype to v0.115.0 --- .github/grype/run_grype_scan.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/grype/run_grype_scan.sh b/.github/grype/run_grype_scan.sh index af428e37d669..9cf99e9f9f9c 100755 --- a/.github/grype/run_grype_scan.sh +++ b/.github/grype/run_grype_scan.sh @@ -3,7 +3,7 @@ set -e IMAGE=$1 -GRYPE_VERSION=${GRYPE_VERSION:-"v0.92.2"} +GRYPE_VERSION=${GRYPE_VERSION:-"v0.115.0"} docker pull $IMAGE docker pull anchore/grype:${GRYPE_VERSION}