mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-16 22:40:54 +02:00
* cscli inspect: suggest --diff if an item is tainted * appropriate warning, or error if context configuration file is empty * fix user/group lookup unit test * fix: allow hub upgrade --force with local items * fix pkg/parser lookup for 8.8.8.8 * fix func test * fix hubtests: machines add --force
14 lines
264 B
YAML
14 lines
264 B
YAML
name: test/whitelists
|
|
description: "Whitelist tests"
|
|
debug: true
|
|
whitelist:
|
|
reason: "Whitelist tests"
|
|
ip:
|
|
- 1.1.1.1
|
|
cidr:
|
|
- "1.2.3.0/24"
|
|
expression:
|
|
- "'supertoken1234' == evt.Enriched.test_token"
|
|
statics:
|
|
- meta: statics
|
|
value: success
|