File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 directory : " /."
55 schedule :
66 interval : " weekly"
7+ groups :
8+ all :
9+ patterns :
10+ - " *"
Original file line number Diff line number Diff line change 1- ## Outcome
2-
3- ## Security and operational impact
4-
5- ## Validation
6-
7- - [ ] ` ./scripts/validate.ps1 `
8- - [ ] Azure what-if reviewed when infrastructure behavior changes
9- - [ ] No secrets or tenant-specific values committed
10- - [ ] Documentation and threat model updated
11-
1+ ## Description
2+ <!-- Describe your changes -->
3+
4+ ## SDLC Verification
5+ - [ ] Code follows CAS architecture (` AGENTS.md ` )
6+ - [ ] Tested via ` gsd-verify-work `
7+ - [ ] No embedded secrets or credentials
8+ - [ ] Passed ` gsd-code-review `
Original file line number Diff line number Diff line change 11repos :
2- - repo : https://github.com/pre-commit/pre-commit-hooks
3- rev : v4.4 .0
2+ - repo : https://github.com/pre-commit/pre-commit-hooks
3+ rev : v4.5 .0
44 hooks :
5- - id : trailing-whitespace
6- - id : end-of-file-fixer
5+ - id : trailing-whitespace
6+ - id : end-of-file-fixer
7+ - id : check-merge-conflict
8+ - id : check-yaml
9+ - id : check-json
10+ - id : check-added-large-files
11+ - repo : https://github.com/gitleaks/gitleaks
12+ rev : v8.18.2
13+ hooks :
14+ - id : gitleaks
You can’t perform that action at this time.
0 commit comments