From 2d02121731bf06c951fdbdf6f5059df8faab3cdd Mon Sep 17 00:00:00 2001 From: Arthur Silva Sens <arthursens2005@gmail.com> Date: Sat, 22 Jan 2022 17:07:19 +0000 Subject: [PATCH] kubescape: Adjust risk threshold Signed-off-by: GitHub <noreply@github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 543aca7f..d3282939 100644 --- a/Makefile +++ b/Makefile @@ -66,7 +66,7 @@ kubeconform: crdschemas manifests $(KUBECONFORM_BIN) .PHONY: kubescape kubescape: $(KUBESCAPE_BIN) ## Runs a security analysis on generated manifests - failing if risk score is above 40% - $(KUBESCAPE_BIN) scan -s framework -t 40 nsa manifests/*.yaml + $(KUBESCAPE_BIN) scan -s framework -t 30 nsa manifests/*.yaml .PHONY: fmt fmt: $(JSONNETFMT_BIN) -- GitLab