kubescape: Adjust risk threshold

Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
Arthur Silva Sens
2022-01-22 17:07:19 +00:00
committed by GitHub
parent b60b302499
commit 2d02121731

View File

@@ -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)