mirror of
https://github.com/fabriziosalmi/patterns.git
synced 2026-03-04 14:26:43 -05:00
Update update_patterns.yml
This commit is contained in:
10
.github/workflows/update_patterns.yml
vendored
10
.github/workflows/update_patterns.yml
vendored
@@ -56,6 +56,16 @@ jobs:
|
||||
python owasp2apache.py
|
||||
continue-on-error: false
|
||||
|
||||
- name: 🔄 Convert OWASP to Traefik WAF
|
||||
run: |
|
||||
python owasp2traefik.py
|
||||
continue-on-error: false
|
||||
|
||||
- name: 🔄 Convert OWASP to HAProxy WAF
|
||||
run: |
|
||||
python owasp2haproxy.py
|
||||
continue-on-error: false
|
||||
|
||||
- name: 🔄 Generate Bad Bot Blockers
|
||||
run: |
|
||||
python badbots.py
|
||||
|
||||
Reference in New Issue
Block a user