Skip to content

Commit dfbfc02

Browse files
committed
Add semgrepignore to include test files.
1 parent 896cf31 commit dfbfc02

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/semgrep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
1+
---
22
on:
33
pull_request: {}
44
workflow_dispatch: {}
5-
push:
5+
push:
66
branches:
77
- main
88
- master
@@ -22,4 +22,4 @@ jobs:
2222
image: returntocorp/semgrep
2323
steps:
2424
- uses: actions/checkout@v4
25-
- run: semgrep ci
25+
- run: semgrep ci --verbose

.semgrepignore

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

0 commit comments

Comments
 (0)