Skip to content

Commit eb71750

Browse files
authored
Merge pull request #1949 from Altinity/ci/grype-pin-boto3-antalya-26.5
Antalya 26.5: Fix Grype Scan CI by pinning boto3==1.43.33
2 parents 5db58f9 + f3cb205 commit eb71750

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)