From 43ca5f664a854eeeb26429258ba6dd4de1924cc3 Mon Sep 17 00:00:00 2001 From: CarlosFelipeOR Date: Tue, 23 Jun 2026 02:02:02 -0300 Subject: [PATCH] Fix Grype Scan: pin boto3==1.43.33 to avoid botocore runtime ImportError (#1931) Signed-off-by: CarlosFelipeOR --- .github/workflows/grype_scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/grype_scan.yml b/.github/workflows/grype_scan.yml index ed9edeefe4b6..b6ac8e923bcd 100644 --- a/.github/workflows/grype_scan.yml +++ b/.github/workflows/grype_scan.yml @@ -50,7 +50,7 @@ jobs: sudo apt-get install -y python3-pip python3-venv python3 -m venv venv source venv/bin/activate - pip install --upgrade requests chardet urllib3 unidiff boto3 PyGithub + pip install --upgrade requests chardet urllib3 unidiff 'boto3==1.43.33' PyGithub pip install testflows==$TESTFLOWS_VERSION awscli==1.33.28 echo PATH=$PATH >>$GITHUB_ENV