Skip to content

Commit e223bcb

Browse files
committed
Add Semgrep CI
1 parent 5ce6915 commit e223bcb

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.github/workflows/semgrep.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
name: Semgrep
21
on:
32
workflow_dispatch: {}
43
pull_request: {}
54
push:
65
branches:
7-
- main
8-
- master
6+
- main
7+
- master
98
paths:
10-
- .github/workflows/semgrep.yml
9+
- .github/workflows/semgrep.yml
1110
schedule:
12-
# random HH:MM to avoid a load spike on GitHub Actions at 00:00
13-
- cron: '18 13 * * *'
11+
# random HH:MM to avoid a load spike on GitHub Actions at 00:00
12+
- cron: 58 15 * * *
13+
name: Semgrep
1414
jobs:
1515
semgrep:
1616
name: semgrep/ci
@@ -19,7 +19,6 @@ jobs:
1919
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
2020
container:
2121
image: returntocorp/semgrep
22-
if: (github.actor != 'dependabot[bot]')
2322
steps:
24-
- uses: actions/checkout@v3
25-
- run: semgrep ci
23+
- uses: actions/checkout@v3
24+
- run: semgrep ci

0 commit comments

Comments
 (0)