-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.pre-commit-config.yaml
More file actions
34 lines (32 loc) · 1.18 KB
/
.pre-commit-config.yaml
File metadata and controls
34 lines (32 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
repos:
- repo: local
hooks:
- id: trufflehog
name: trufflehog (secret scan, offline)
description: Detect secrets in staged changes via local trufflehog binary (no API verification).
entry: trufflehog git file://. --since-commit HEAD --no-verification --no-update --fail
language: system
pass_filenames: false
stages: [pre-commit, pre-push]
- id: coily-trailer
name: coily audit-log trailer
description: Append Audit-log trailers to the commit message based on coily's audit log for this repo.
entry: coily git trailer-hook
language: system
stages: [prepare-commit-msg]
always_run: true
require_serial: true
# BEGIN managed by agentic-os/scripts/apply-agentic-os-hooks.py
- repo: https://github.com/coilysiren/agentic-os
rev: v0.2.6
hooks:
- id: catalog-doc-size
- id: catalog-trifecta
- id: documentation-layout
- id: code-comments
- id: catalog-block-present
- id: validate-skills
- id: dead-cross-links
- id: closes-issue
- id: conventional-commit
# END managed by agentic-os/scripts/apply-agentic-os-hooks.py