Skip to content

Commit a7cccca

Browse files
chore: ignore _test.go files in github secret scanning (#334)
<!-- Thanks for contributing to 2ms by offering a pull request. --> Closes # **Proposed Changes** <!-- Adding an ignore file for github secret scanning, ignoring all _test.go files --> **Checklist** - [ ] I covered my changes with tests. - [ ] I Updated the documentation that is affected by my changes: - [ ] Change in the CLI arguments - [ ] Change in the configuration file I submit this contribution under the Apache-2.0 license.
1 parent fefb6e8 commit a7cccca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/secret_scanning.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
paths-ignore:
2+
- "**/*_test.go"

0 commit comments

Comments
 (0)