Skip to content

Commit a7e6e29

Browse files
committed
install awscli with pip
1 parent 87495f6 commit a7e6e29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/grype_scan.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
jobs:
2020
grype_scan:
2121
name: Grype Scan
22-
runs-on: [self-hosted, altinity-on-demand, altinity-type-cax41, altinity-image-arm-app-docker-ce]
22+
runs-on: [self-hosted, altinity-on-demand, altinity-func-tester-aarch64]
2323
steps:
2424
- name: Checkout repository
2525
uses: actions/checkout@v4
@@ -35,7 +35,7 @@ jobs:
3535
python3 -m venv venv
3636
source venv/bin/activate
3737
pip install --upgrade requests chardet urllib3
38-
pip install testflows==$TESTFLOWS_VERSION
38+
pip install testflows==$TESTFLOWS_VERSION awscli==1.33.28
3939
echo PATH=$PATH >>$GITHUB_ENV
4040
4141
- name: Set image tag if not given

0 commit comments

Comments
 (0)