mirror of
https://github.com/fabriziosalmi/patterns.git
synced 2025-12-17 17:55:48 +00:00
Update update_patterns.yml
Caddy support removed. Please check [this](https://github.com/fabriziosalmi/caddy-waf/) project instead.
This commit is contained in:
parent
75770a28ce
commit
9d057542c3
7
.github/workflows/update_patterns.yml
vendored
7
.github/workflows/update_patterns.yml
vendored
@ -41,11 +41,6 @@ jobs:
|
|||||||
python owasp.py
|
python owasp.py
|
||||||
continue-on-error: false
|
continue-on-error: false
|
||||||
|
|
||||||
- name: 🔄 Convert OWASP to Caddy WAF
|
|
||||||
run: |
|
|
||||||
python owasp2caddy.py
|
|
||||||
continue-on-error: false
|
|
||||||
|
|
||||||
- name: 🔄 Convert OWASP to Nginx WAF
|
- name: 🔄 Convert OWASP to Nginx WAF
|
||||||
run: |
|
run: |
|
||||||
python owasp2nginx.py
|
python owasp2nginx.py
|
||||||
@ -72,7 +67,7 @@ jobs:
|
|||||||
continue-on-error: false
|
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 OWASP WAF patterns
|
||||||
run: |
|
run: |
|
||||||
git config user.name "github-actions[bot]"
|
git config user.name "github-actions[bot]"
|
||||||
git config user.email "github-actions[bot]@users.noreply.github.com"
|
git config user.email "github-actions[bot]@users.noreply.github.com"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user