mirror of https://github.com/milvus-io/milvus.git
enhance: [skip e2e]remove slow pre commit (#31397)
remove slow pre commit Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>pull/31298/head^2
parent
dc2cdbe387
commit
4c6aa95ec8
|
@ -8,12 +8,3 @@ repos:
|
||||||
rev: v1.16.10
|
rev: v1.16.10
|
||||||
hooks:
|
hooks:
|
||||||
- id: typos
|
- id: typos
|
||||||
- repo: https://github.com/trufflesecurity/trufflehog
|
|
||||||
rev: v3.54.3
|
|
||||||
hooks:
|
|
||||||
- id: trufflehog
|
|
||||||
name: TruffleHog
|
|
||||||
description: Detect secrets in your data.
|
|
||||||
entry: bash -c 'trufflehog git file://. --max-depth 1 --since-commit HEAD --only-verified --fail'
|
|
||||||
language: system
|
|
||||||
stages: ["commit"]
|
|
||||||
|
|
Loading…
Reference in New Issue