Skip to content

Commit 817eaf2

Browse files
committed
Update gh actions
1 parent 97af409 commit 817eaf2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

+5
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@ jobs:
7171
run: |
7272
pip install detect-secrets
7373
74+
- shell: bash
75+
name: "INSTALL: checkov"
76+
run: |
77+
pip install checkov
78+
7479
- shell: bash
7580
name: "INSTALL: tflint"
7681
if: steps.cache-tflint.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)