Skip to content

Commit 0639b3b

Browse files
authored
Update semgrep.yml (#8)
1 parent d7122ac commit 0639b3b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/semgrep.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
1+
# The Semgrep scan is set to run diffs only on PRs, but full scans
2+
# weekly on Monday. A series of gitops bots have to be ignored.
3+
14
name: Semgrep
25
on:
36
workflow_dispatch: {}
47
pull_request:
58
types: [opened, reopened, synchronize]
69
merge_group:
10+
schedule:
11+
- cron: '0 0 * * 1'
712
push:
813
branches:
914
- main
1015
- master
11-
paths:
12-
- .github/workflows/semgrep.yml
1316
jobs:
1417
semgrep:
1518
name: semgrep/ci

0 commit comments

Comments
 (0)