mirror of
https://github.com/fabriziosalmi/patterns.git
synced 2025-12-17 17:55:48 +00:00
Update update_patterns.yml
This commit is contained in:
parent
16aa0c409f
commit
016badd14e
4
.github/workflows/update_patterns.yml
vendored
4
.github/workflows/update_patterns.yml
vendored
@ -76,8 +76,8 @@ jobs:
|
|||||||
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"
|
||||||
git add waf_patterns/caddy/*.conf waf_patterns/nginx/*.conf waf_patterns/apache/*.conf waf_patterns/haproxy/*.conf waf_patterns/traefik/*.conf
|
git add .
|
||||||
git commit -m "Automated update: OWASP CRS to Caddy and Nginx WAF rules [$(date)]" || echo "No changes to commit"
|
git commit -m "Update: [$(date)]" || echo "No changes to commit"
|
||||||
git push
|
git push
|
||||||
continue-on-error: true # Continue even if no changes are made
|
continue-on-error: true # Continue even if no changes are made
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user