Skip to content

Commit 7cf7004

Browse files
committed
Merge branch 'master' of github.com:mulle-nat/mulle-bashfunctions into develop
2 parents 38c6726 + 12154fe commit 7cf7004

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/workflows/semgrep.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
on:
2+
workflow_dispatch: {}
3+
pull_request: {}
4+
push:
5+
branches:
6+
- main
7+
- master
8+
paths:
9+
- .github/workflows/semgrep.yml
10+
schedule:
11+
- cron: 48 18 18 * *
12+
name: Semgrep
13+
jobs:
14+
semgrep:
15+
name: semgrep/ci
16+
runs-on: ubuntu-20.04
17+
env:
18+
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
19+
container:
20+
image: returntocorp/semgrep
21+
steps:
22+
- uses: actions/checkout@v4
23+
- run: semgrep ci

0 commit comments

Comments
 (0)