mirror of https://github.com/milvus-io/milvus.git
				
				
				
			
		
			
				
	
	
		
			20 lines
		
	
	
		
			600 B
		
	
	
	
		
			YAML
		
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			600 B
		
	
	
	
		
			YAML
		
	
	
repos:
 | 
						|
  - repo: https://github.com/dnephin/pre-commit-golang
 | 
						|
    rev: v0.5.0
 | 
						|
    hooks:
 | 
						|
      - id: golangci-lint
 | 
						|
        args: [--config=.golangci.yml, --timeout=3m]
 | 
						|
  - repo: https://github.com/crate-ci/typos
 | 
						|
    rev: v1.16.10
 | 
						|
    hooks:
 | 
						|
      - 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"]
 |