github.com/crowdsecurity/crowdsec@v1.6.1/test/bats/testdata/90_decisions/decisions.json (about) 1 [ 2 { 3 "origin": "cscli", 4 "scope": "ip", 5 "value": "1.6.11.16", 6 "reason": "manual import from csv", 7 "type": "ban", 8 "duration": "1h" 9 }, 10 { 11 "origin": "cscli", 12 "scope": "ip", 13 "value": "2.7.12.17", 14 "reason": "manual import from csv", 15 "type": "ban", 16 "duration": "1h" 17 }, 18 { 19 "origin": "cscli", 20 "scope": "ip", 21 "value": "3.8.13.18", 22 "reason": "manual import from csv", 23 "type": "ban", 24 "duration": "1h" 25 }, 26 { 27 "origin": "cscli", 28 "scope": "ip", 29 "value": "4.9.14.19", 30 "reason": "manual import from csv", 31 "type": "ban", 32 "duration": "1h" 33 }, 34 { 35 "origin": "cscli", 36 "scope": "ip", 37 "value": "5.10.15.20", 38 "reason": "manual import from csv", 39 "type": "ban", 40 "duration": "1h" 41 } 42 ]