kubescape: Adjust risk threshold
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
committed by
GitHub
parent
b60b302499
commit
2d02121731
2
Makefile
2
Makefile
@@ -66,7 +66,7 @@ kubeconform: crdschemas manifests $(KUBECONFORM_BIN)
|
|||||||
|
|
||||||
.PHONY: kubescape
|
.PHONY: kubescape
|
||||||
kubescape: $(KUBESCAPE_BIN) ## Runs a security analysis on generated manifests - failing if risk score is above 40%
|
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
|
.PHONY: fmt
|
||||||
fmt: $(JSONNETFMT_BIN)
|
fmt: $(JSONNETFMT_BIN)
|
||||||
|
|||||||
Reference in New Issue
Block a user