Skip to content

Commit c84ce1f

Browse files
committed
refactor: remove CrowdSec configurations and related files
1 parent 3d87788 commit c84ce1f

37 files changed

+6
-3297
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ body:
1414
options:
1515
- clamav
1616
- coraza
17-
- crowdsec
1817
- discord
1918
- slack
2019
- virustotal

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ body:
1414
options:
1515
- clamav
1616
- coraza
17-
- crowdsec
1817
- discord
1918
- slack
2019
- virustotal

.github/codeql.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: "CodeQL config"
33
paths:
44
- clamav
55
- coraza
6-
- crowdsec
76
- discord
87
- slack
98
- virustotal

.github/workflows/tests.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,6 @@ jobs:
4141
- name: Run Coraza tests
4242
run: ./.tests/coraza.sh
4343

44-
- name: Run CrowdSec live tests
45-
run: ./.tests/crowdsec.sh live
46-
47-
- name: Run CrowdSec stream tests
48-
run: ./.tests/crowdsec.sh stream
49-
50-
- name: Run CrowdSec appsec tests
51-
run: ./.tests/crowdsec.sh appsec
52-
5344
- name: Run VirusTotal tests
5445
run: ./.tests/virustotal.sh
5546
env:

.pre-commit-config.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,11 @@ repos:
2828
rev: 84c370104d6a8d1eef00c80a3ebd42f7033aaaad # frozen: v0.20.0
2929
hooks:
3030
- id: stylua-github
31-
exclude: ^crowdsec/lib/
3231

3332
- repo: https://github.com/lunarmodules/luacheck
3433
rev: cc089e3f65acdd1ef8716cc73a3eca24a6b845e4 # frozen: v1.2.0
3534
hooks:
3635
- id: luacheck
37-
exclude: ^crowdsec/lib/
3836
args: ["--std", "min", "--codes", "--ranges", "--no-cache"]
3937

4038
- repo: https://github.com/pycqa/flake8

.tests/crowdsec.sh

Lines changed: 0 additions & 111 deletions
This file was deleted.

.tests/crowdsec/acquis.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

.tests/crowdsec/appsec.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.tests/crowdsec/docker-compose.yml

Lines changed: 0 additions & 86 deletions
This file was deleted.

.tests/crowdsec/syslog-ng.conf

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)