Skip to content

Commit e30fb38

Browse files
committed
Adding semgrepignore to also analyse test files.
1 parent 51a9a33 commit e30fb38

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/semgrep.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
on:
22
pull_request: {}
33
workflow_dispatch: {}
4-
push:
4+
push:
55
branches:
66
- main
7-
- master
87
schedule:
98
- cron: '0 0 * * *'
10-
name: Semgrep config
9+
name: Semgrep
1110
jobs:
1211
semgrep:
1312
name: semgrep/ci
@@ -21,4 +20,4 @@ jobs:
2120
image: semgrep/semgrep
2221
steps:
2322
- uses: actions/checkout@v4
24-
- run: semgrep ci
23+
- run: semgrep ci --verbose

.semgrepignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.github/

0 commit comments

Comments
 (0)