Disable scenarios with high false positives.

This commit is contained in:
Joseph Hanson 2023-10-24 11:40:56 -05:00
parent 8cc7e531cc
commit 6b56676468

View file

@ -31,6 +31,9 @@ spec:
value: "crowdsecurity/nginx" value: "crowdsecurity/nginx"
- name: PARSERS - name: PARSERS
value: "crowdsecurity/cri-logs" value: "crowdsecurity/cri-logs"
# Too many false positives from just browsing a website.
- name: DISABLE_SCENARIOS
value: "crowdsecurity/http-probing crowdsecurity/http-crawl-non_statics crowdsecurity/http-generic-bf"
resources: resources:
limits: limits:
memory: 512Mi memory: 512Mi