- 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]"]