diff --git a/Makefile b/Makefile index 85d2e87979b0ac898574f323a679a4b0484e5156..80c73bfeaa4ea73eb0364ec824e9aff69f65473b 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 threshold percentage 't' - $(KUBESCAPE_BIN) scan -s framework -t 16 nsa manifests/*.yaml --exceptions 'kubescape-exceptions.json' + $(KUBESCAPE_BIN) scan -s framework -t 17 nsa manifests/*.yaml --exceptions 'kubescape-exceptions.json' .PHONY: fmt fmt: $(JSONNETFMT_BIN)