Skip to content

Commit

Permalink
kubescape: Adjust risk threshold
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
ArthurSens authored Jan 24, 2022
1 parent b60b302 commit 2d02121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2d02121

Please sign in to comment.