Skip to content

Commit

Permalink
scan: Install retry python dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
SaaldjorMike committed Oct 23, 2023
1 parent b691542 commit b8a83f2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install six
python -m pip install --upgrade retry
pip install retry
- name: CrowdStrike Container Image Scan Operator
uses: crowdstrike/container-image-scan-action@v1
with:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install six
python -m pip install --upgrade retry
pip install retry
- name: CrowdStrike Container Image Scan Operator
uses: crowdstrike/container-image-scan-action@v1
with:
Expand Down Expand Up @@ -66,6 +68,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install six
python -m pip install --upgrade retry
pip install retry
- name: CrowdStrike Container Image Scan Operator Helper
uses: crowdstrike/container-image-scan-action@v1
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-container-helperimage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install six
python -m pip install --upgrade retry
pip install retry
- name: CrowdStrike Container Image Scan Operator Helper
uses: crowdstrike/container-image-scan-action@v1
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-container-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install six
python -m pip install --upgrade retry
pip install retry
- name: CrowdStrike Container Image Scan Operator
uses: crowdstrike/container-image-scan-action@v1
with:
Expand Down

0 comments on commit b8a83f2

Please sign in to comment.