Update update_patterns.yml

This commit is contained in:
fab 2024-12-21 01:47:27 +01:00 committed by GitHub
parent c9ef0751e1
commit dfce75bf1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
name: Update WAF Rules
name: Update patterns
on:
schedule:
@ -56,6 +56,11 @@ jobs:
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
run: |