Skip to content

Commit 3d069e9

Browse files
committed
chore(sdlc): harden ci/cd safety nets
1 parent 7498ff4 commit 3d069e9

3 files changed

Lines changed: 24 additions & 15 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ updates:
44
directory: "/."
55
schedule:
66
interval: "weekly"
7+
groups:
8+
all:
9+
patterns:
10+
- "*"

.github/pull_request_template.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
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`

.pre-commit-config.yaml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
repos:
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

0 commit comments

Comments
 (0)