forked from Jarvis1105/odc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.scanignore
More file actions
18 lines (14 loc) · 706 Bytes
/
.scanignore
File metadata and controls
18 lines (14 loc) · 706 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# git pre hook scan ignore configuration
#
#AES256SALT_BASE64 encryption type
server/odc-migrate/src/main/resources/migrate/common/V_2_4_1__add_task_info_and_lock.sql
#Trunc function call in sample procedure
server/integration-test/src/test/resources/parser/packages/qa/PKG_TEMPALTE_DEF-schema.sql
#oceanbase grammer definition, antlr g4
libs/ob-sql-parser/src/main/resources/oboracle/sql/OBParser.g4
libs/ob-sql-parser/src/main/resources/obmysql/sql/OBParser.g4
libs/ob-sql-parser/src/main/resources/oracle/PlSqlParser.g4
#sample pem for unit testing
server/integration-test/src/test/resources/ssl/ca.pem
server/odc-common/src/test/java/com/oceanbase/odc/common/security/SensitiveDataUtilsTest.java