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