Skip to content

Commit f3cb205

Browse files
Fix Grype Scan: pin boto3==1.43.33 to avoid botocore runtime ImportError (#1931)
Signed-off-by: CarlosFelipeOR <carlosfelipeor@gmail.com>
1 parent e9c8a02 commit f3cb205

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/grype_scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
sudo apt-get install -y python3-pip python3-venv
5151
python3 -m venv venv
5252
source venv/bin/activate
53-
pip install --upgrade requests chardet urllib3 unidiff boto3 PyGithub
53+
pip install --upgrade requests chardet urllib3 unidiff 'boto3==1.43.33' PyGithub
5454
pip install testflows==$TESTFLOWS_VERSION awscli==1.33.28
5555
echo PATH=$PATH >>$GITHUB_ENV
5656

0 commit comments

Comments
 (0)