Skip to content

Commit 233a8ac

Browse files
authored
Adjust Kubescape threshold
Signed-off-by: GitHub <[email protected]>
1 parent 7cec22b commit 233a8ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ JSONNETFMT_ARGS=-n 2 --max-blank-lines 2 --string-style s --comment-style s
1717
MDOX_VALIDATE_CONFIG?=.mdox.validate.yaml
1818
MD_FILES_TO_FORMAT=$(shell find docs developer-workspace examples experimental jsonnet manifests -name "*.md") $(shell ls *.md)
1919

20-
KUBESCAPE_THRESHOLD=9
20+
KUBESCAPE_THRESHOLD=1
2121

2222
all: generate fmt test docs
2323

0 commit comments

Comments
 (0)