Skip to content

Commit

Permalink
Automated: Add Semgrep github action
Browse files Browse the repository at this point in the history
  • Loading branch information
fishbrain-terraform[bot] authored Oct 11, 2023
1 parent f4a7f65 commit 1a6c3e7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
name: Semgrep
on:
pull_request: {}
push:
branches: ["master", "main"]
schedule:
- cron: '0 2 * * 3' # scheduled for 02:00 UTC every day except Sunday
- cron: '0 2 * * 3' # Once a week at 2am.

jobs:
semgrep:
Expand Down

0 comments on commit 1a6c3e7

Please sign in to comment.