We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51a9a33 commit e30fb38Copy full SHA for e30fb38
.github/workflows/semgrep.yml
@@ -1,13 +1,12 @@
1
on:
2
pull_request: {}
3
workflow_dispatch: {}
4
- push:
+ push:
5
branches:
6
- main
7
- - master
8
schedule:
9
- cron: '0 0 * * *'
10
-name: Semgrep config
+name: Semgrep
11
jobs:
12
semgrep:
13
name: semgrep/ci
@@ -21,4 +20,4 @@ jobs:
21
20
image: semgrep/semgrep
22
steps:
23
- uses: actions/checkout@v4
24
- - run: semgrep ci
+ - run: semgrep ci --verbose
.semgrepignore
@@ -0,0 +1 @@
+.github/
0 commit comments