fix(ci): hash-pin Checkov installation

This commit is contained in:
Sameer6305
2026-08-31 17:01:16 +05:30
parent 4b24053851
commit 89c6c8a45d
3 changed files with 2077 additions and 1 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ jobs:
python-version: "3.12"
- name: Install Checkov
run: python -m pip install checkov==3.3.1
run: pip install -r .github/requirements/checkov.txt --require-hashes
- name: Run Checkov
shell: pwsh