Skip to content

Commit

Permalink
feat: create make target to install checkov
Browse files Browse the repository at this point in the history
  • Loading branch information
valter-silva-au committed Jan 5, 2023
1 parent 331aeac commit 457493b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/make/checkov/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
checkov/run:
checkov --directory .

.PHONY: checkov/install
checkov/install:
@pip3 install --upgrade --user checkov

.PHONY: checkov/version
## Display checkov version
checkov/version:
Expand Down

0 comments on commit 457493b

Please sign in to comment.