Skip to content

Commit

Permalink
update python for checkov
Browse files Browse the repository at this point in the history
  • Loading branch information
iakov-aws committed Mar 26, 2024
1 parent 85ac2d2 commit 0ead34a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'
- name: Install cfn-lint
run: |
pip install pylint
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.10'
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand All @@ -139,7 +139,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'
- name: Install checkov
run: |
pip install checkov
Expand Down

0 comments on commit 0ead34a

Please sign in to comment.