-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.secignore
29 lines (29 loc) · 1.13 KB
/
.secignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
BFlow Secret Scan Ignore List #
##########################################################
# Above the segmentation lines there are suspected privacy information #
# Please use the file name as the first line and the igored information #
# should be started with tab. #
# Under the segmentation lines there are the folders which you need to ignore #
##########################################################
**
https://github.com/*
https://goproxy.cn
https://open.oceanbase.com
http://www.apache.org/licenses/
--------------------------------------------------------
# Should use GLOB wildcard to config and analysis the ignored folder
# The root patch shold start with '/'
/README.md
/README-CN.md
/LICENSE
/CODE_OF_CONDUCT.md
/NOTICE
/.git/**
/go.mod
/go.sum
--------------------------------------------------------
# Config the ignored fold to escape the Chinese scan by GLOB wildcard
--------------------------------------------------------
# Set md5 of pemFile string to filter
# This section must be end up with '--------------------------------------------------------'!!!
--------------------------------------------------------