From 457493b6c92cda0d51fab88eb5b4bfef49529cbe Mon Sep 17 00:00:00 2001 From: Valter Silva Date: Thu, 5 Jan 2023 06:00:07 +0000 Subject: [PATCH] feat: create make target to install checkov --- lib/make/checkov/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/make/checkov/Makefile b/lib/make/checkov/Makefile index 4f01b20..bfad249 100644 --- a/lib/make/checkov/Makefile +++ b/lib/make/checkov/Makefile @@ -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: