Skip to content

Commit

Permalink
Merge pull request #15 from dasmeta/DMVP-6398
Browse files Browse the repository at this point in the history
fix(DMVP-6398): upgrade checkov python version
  • Loading branch information
sophie-dasmeta-com authored Jan 8, 2025
2 parents c759a56 + 6f619af commit b998321
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions checkov/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ runs:
with:
terraform_version: 1.2.1

- name: Set up Python 3.8
- name: Set up Python 3.11
uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: 3.11.11

- name: Test with Checkov
id: checkov
Expand Down

0 comments on commit b998321

Please sign in to comment.