File size: 242 Bytes
95cbc5b
 
 
 
 
 
 
1
2
3
4
5
6
7
8
- id: commitguard
  name: CommitGuard vulnerability scan
  entry: commitguard scan --staged --format text --fail-on-vulnerable
  language: python
  stages: [pre-commit]
  pass_filenames: false
  additional_dependencies: ["commitguard[scan]"]