From dfce75bf1ac77ea366b2a3f99f15673521bc0a7e Mon Sep 17 00:00:00 2001 From: fab Date: Sat, 21 Dec 2024 01:47:27 +0100 Subject: [PATCH] Update update_patterns.yml --- .github/workflows/update_patterns.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update_patterns.yml b/.github/workflows/update_patterns.yml index 24bf2db..76b92fc 100644 --- a/.github/workflows/update_patterns.yml +++ b/.github/workflows/update_patterns.yml @@ -1,4 +1,4 @@ -name: Update WAF Rules +name: Update patterns on: schedule: @@ -55,6 +55,11 @@ jobs: run: | python owasp2apache.py continue-on-error: false + + - name: 🔄 Generate Bad Bot Blockers + run: | + python badbots.py + continue-on-error: false # Ensure conf files are pushed even if no changes detected - name: 🚀 Commit and Push Caddy and Nginx WAF Configs