We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 896cf31 commit dfbfc02Copy full SHA for dfbfc02
.github/workflows/semgrep.yml
@@ -1,8 +1,8 @@
1
-
+---
2
on:
3
pull_request: {}
4
workflow_dispatch: {}
5
- push:
+ push:
6
branches:
7
- main
8
- master
@@ -22,4 +22,4 @@ jobs:
22
image: returntocorp/semgrep
23
steps:
24
- uses: actions/checkout@v4
25
- - run: semgrep ci
+ - run: semgrep ci --verbose
.semgrepignore
@@ -0,0 +1 @@
+.github/
0 commit comments