We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c8a02 commit f3cb205Copy full SHA for f3cb205
1 file changed
.github/workflows/grype_scan.yml
@@ -50,7 +50,7 @@ jobs:
50
sudo apt-get install -y python3-pip python3-venv
51
python3 -m venv venv
52
source venv/bin/activate
53
- pip install --upgrade requests chardet urllib3 unidiff boto3 PyGithub
+ pip install --upgrade requests chardet urllib3 unidiff 'boto3==1.43.33' PyGithub
54
pip install testflows==$TESTFLOWS_VERSION awscli==1.33.28
55
echo PATH=$PATH >>$GITHUB_ENV
56
0 commit comments