Skip to content

Commit

Permalink
Adjust cron job in semgrep.yml
Browse files Browse the repository at this point in the history
This change triggers a full scan of our repository every Wednesday at 12 am.
  • Loading branch information
securitymirco authored and roboquat committed Nov 29, 2022
1 parent 63d3b1a commit 41b6f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
paths:
- .github/workflows/semgrep.yml
schedule:
- cron: '0 0 * * 0'
- cron: '0 0 * * WED'
jobs:
semgrep:
name: Scan
Expand Down

0 comments on commit 41b6f15

Please sign in to comment.