forked from oceanbase/ocp-express
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.secignore
33 lines (33 loc) · 1 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
##########################################################
# OBFlow Secret Scan Ignore List #
##########################################################
**
http://127.0.0.1*
http://www.127.0.0.1*
https://www.127.0.0.1*
http://127.1*
http://license.coscl.org.cn/MulanPSL2*
http://maven.apache.org/*
http://www.springframework.org/*
http://www.w3.org/*
https://127.0.0.1*
https://docs.spring.io/*
https://gw.alipayobjects.com/as/g/component/tracert/*
https://javadoc.io/*
https://maven.apache.org/*
https://nodejs.org/*
https://openjdk.org/*
https://www.apache.org*
https://www.oceanbase.com*
www.example.com
www.oceanbase.com
https://github.com/*
**/*.yml
https://aci.alipay.com/*
**/README.md
--------------------------------------------------------
# Should use GLOB wildcard to config and analysis the ignored folder
# The root patch should start with '/'
/server/src/main/resources/static/**
/.git/**
--------------------------------------------------------