Update update_patterns.yml

This commit is contained in:
fab 2024-12-21 01:59:01 +01:00 committed by GitHub
parent df34f762c3
commit 16aa0c409f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -76,7 +76,7 @@ jobs:
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git add waf_patterns/caddy/*.conf waf_patterns/nginx/*.conf waf_patterns/apache/*.conf
git add waf_patterns/caddy/*.conf waf_patterns/nginx/*.conf waf_patterns/apache/*.conf waf_patterns/haproxy/*.conf waf_patterns/traefik/*.conf
git commit -m "Automated update: OWASP CRS to Caddy and Nginx WAF rules [$(date)]" || echo "No changes to commit"
git push
continue-on-error: true # Continue even if no changes are made