mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2026-05-05 12:06:09 +02:00
Adjust Kubescape threshold
Signed-off-by: ArthurSens <arthursens2005@gmail.com>
This commit is contained in:
parent
57c46a2861
commit
98664db925
2
Makefile
2
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 25 nsa manifests/*.yaml --exceptions 'kubescape-exceptions.json'
|
||||
$(KUBESCAPE_BIN) scan -s framework -t 20 nsa manifests/*.yaml --exceptions 'kubescape-exceptions.json'
|
||||
|
||||
.PHONY: fmt
|
||||
fmt: $(JSONNETFMT_BIN)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user