Skip to content

Commit

Permalink
Update update_patterns.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziosalmi authored Dec 21, 2024
1 parent df34f76 commit 16aa0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_patterns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 16aa0c4

Please sign in to comment.