diff --git a/Makefile b/Makefile index 543aca7f709702265b3f5ef3e682021bf5e6d1d1..d328293925e837111d1798679d739a1e23642299 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)