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 16aa0c4 commit 016badd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_patterns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ 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 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 add .
git commit -m "Update: [$(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 016badd

Please sign in to comment.