-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.secignore
40 lines (39 loc) · 1.46 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
30
31
32
33
34
35
36
37
38
39
40
##########################################################
# OBFlow 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 #
##########################################################
**
http://license.coscl.org.cn/MulanPSL2
http://1.1.1.1:9093
http://127.0.0.1:9093
http://127.0.0.1:9100/metrics
http://127.0.0.1:9091/metrics/node
http://127.0.0.1:9090/metrics/node
https://mirrors.aliyun.com/goproxy/
https://facebook.github.io/watchman/
https://github.com/oceanbase/obagent
https://goproxy.cn
https://github.com/krallin/tini/*
https://bixense.com/clicolors/
--------------------------------------------------------
# Should use GLOB wildcard to config and analysis the ignored folder
# The root patch shold start with '/'
/README.md
/README-CN.md
/LICENCE
/docs/develop-guide.md
/docs/install-and-deploy/install-obagent.md
/docs/install-and-deploy/deploy-obagent-with-obd.md
/docs/install-and-deploy/deploy-obagent-manually.md
/.git/**
/build_rpm_obagent.aci.yml
/Makefile.common
/packaging/**
**/**_test.go
/rpm/obagent.spec
--------------------------------------------------------
# Config the ignored fold to escape the Chinese scan by GLOB wildcard