Skip to content

Commit 40b894c

Browse files
Intregrate Semgrep by adding semgrep.yml
1 parent cadf2f8 commit 40b894c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/semgrep.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
name: Security Semgrep
33
on:
44
pull_request: {} # Run a partial Semgrep analysis on all pull requests
5-
schedule: # Run a full analysis just once a week (kind of expensive)
6-
- cron: '17 2 * * 3'
5+
# schedule: # Disable running a full analysis, for large repos it is too expensive.
6+
# - cron: '17 2 * * 3'
77
workflow_dispatch: # Allow for manual run of Semgrep as well
88
jobs:
99
semgrep:

0 commit comments

Comments
 (0)