mirror of
https://github.com/fabriziosalmi/patterns.git
synced 2025-12-18 02:05:42 +00:00
Update update_patterns.yml
This commit is contained in:
parent
c9ef0751e1
commit
dfce75bf1a
7
.github/workflows/update_patterns.yml
vendored
7
.github/workflows/update_patterns.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Update WAF Rules
|
name: Update patterns
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
@ -56,6 +56,11 @@ jobs:
|
|||||||
python owasp2apache.py
|
python owasp2apache.py
|
||||||
continue-on-error: false
|
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
|
# Ensure conf files are pushed even if no changes detected
|
||||||
- name: 🚀 Commit and Push Caddy and Nginx WAF Configs
|
- name: 🚀 Commit and Push Caddy and Nginx WAF Configs
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user