Update update_patterns.yml

Caddy support removed. 
Please check [this](https://github.com/fabriziosalmi/caddy-waf/)  project instead.
This commit is contained in:
fab 2025-01-03 00:15:47 +01:00 committed by GitHub
parent 75770a28ce
commit 9d057542c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"