From 9d057542c3624e2026f443d865fa585f2dc2c658 Mon Sep 17 00:00:00 2001 From: fab Date: Fri, 3 Jan 2025 00:15:47 +0100 Subject: [PATCH] Update update_patterns.yml Caddy support removed. Please check [this](https://github.com/fabriziosalmi/caddy-waf/) project instead. --- .github/workflows/update_patterns.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/update_patterns.yml b/.github/workflows/update_patterns.yml index 5398c34..1c39f0f 100644 --- a/.github/workflows/update_patterns.yml +++ b/.github/workflows/update_patterns.yml @@ -41,11 +41,6 @@ jobs: python owasp.py continue-on-error: false - - name: 🔄 Convert OWASP to Caddy WAF - run: | - python owasp2caddy.py - continue-on-error: false - - name: 🔄 Convert OWASP to Nginx WAF run: | python owasp2nginx.py @@ -72,7 +67,7 @@ jobs: continue-on-error: false # 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: | git config user.name "github-actions[bot]" git config user.email "github-actions[bot]@users.noreply.github.com"