Skip to content

Commit 069ae27

Browse files
Merge branch 'makenotion:main' into main
2 parents 1ab14d4 + 4477298 commit 069ae27

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/workflows/semgrep.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Security - Semgrep
2+
3+
on:
4+
pull_request: {}
5+
workflow_dispatch: {}
6+
push:
7+
branches-ignore: ["main"]
8+
schedule:
9+
- cron: "20 17 * * *"
10+
11+
jobs:
12+
semgrep:
13+
name: semgrep/ci
14+
runs-on: ubuntu-latest
15+
container:
16+
image: returntocorp/semgrep
17+
timeout-minutes: 480
18+
steps:
19+
- uses: actions/checkout@v3
20+
- run: semgrep ci
21+
env:
22+
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP }}

0 commit comments

Comments
 (0)