This is an automated email from the ASF dual-hosted git repository.

weibin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-graphar.git


The following commit(s) were added to refs/heads/main by this push:
     new 042f6126 chore: remove the `.gitleak.toml` (#531)
042f6126 is described below

commit 042f6126a3ea75ec9ad5b5d2ec943706ce7f98a4
Author: Weibin Zeng <[email protected]>
AuthorDate: Wed Jul 3 16:12:01 2024 +0800

    chore: remove the `.gitleak.toml` (#531)
    
    Signed-off-by: acezen <[email protected]>
---
 .gitleaks.toml | 83 ----------------------------------------------------------
 1 file changed, 83 deletions(-)

diff --git a/.gitleaks.toml b/.gitleaks.toml
deleted file mode 100644
index 4451dfaa..00000000
--- a/.gitleaks.toml
+++ /dev/null
@@ -1,83 +0,0 @@
-title = "Gitleaks for Vineyard"
-
-[extend]
-useDefault = true
-
-[[rules]]
-description = "Alibaba AccessKey ID"
-id = "alibaba-access-key-id"
-regex = '''(?i)((LTAI)[a-z0-9]+)'''
-keywords = [
-  "ltai",
-]
-
-[[rules]]
-description = "Alibaba AccessKey ID"
-id = "alibaba-access-id-in-config"
-regex = '''(?i)((access).?id\s*=\s*.+)'''
-keywords = [
-  "access",
-]
-
-[[rules]]
-description = "Alibaba AccessKey ID"
-id = "alibaba-access-key-in-config"
-regex = '''(?i)((access).?key\s*=\s*.+)'''
-keywords = [
-  "access",
-]
-
-[[rules]]
-description = "Alibaba AccessKey ID"
-id = "alibaba-access-secret-in-config"
-regex = '''(?i)((access).?secret\s*=\s*.+)'''
-keywords = [
-  "access",
-  "secret",
-]
-
-[[rules]]
-description = "Alibaba AccessKey ID"
-id = "alibaba-access-key-id-in-config"
-regex = '''(?i)((access).?key.?id\s*=\s*.+)'''
-keywords = [
-  "access",
-]
-
-[rules.allowlist]
-paths = [
-  '''modules/io/python/drivers/io/tests/test_open.py''',
-  '''modules/io/python/drivers/io/tests/test_serialize.py''',
-]
-
-[[rules]]
-description = "Alibaba AccessKey ID"
-id = "alibaba-access-key-secret-in-config"
-regex = '''(?i)((access).?key.?secret\s*=\s*.+)'''
-keywords = [
-  "access",
-  "secret",
-]
-
-[rules.allowlist]
-paths = [
-  '''modules/io/python/drivers/io/tests/test_open.py''',
-  '''modules/io/python/drivers/io/tests/test_serialize.py''',
-]
-
-[[rules]]
-description = "Alibaba AccessKey ID"
-id = "alibaba-secret-access-key-in-config"
-regex = '''(?i)((secret).?access.?key\s*=\s*.+)'''
-keywords = [
-  "access",
-  "secret",
-]
-
-[allowlist]
-paths = [
-  '''build''',
-  '''docs/_build''',
-  '''docs/_templates/footer.html''',
-  '''thirdparty''',
-]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to