Org-level GitHub configuration and shared automation for all DevSecNinja repositories.
| What | Where |
|---|---|
| Reusable workflows | .github/workflows/ |
| Workflow templates | workflow-templates/ |
| Config sync (files) | config-sync/files/ |
| Config sync (templates) | config-sync/templates/ |
| Renovate presets | .renovate/ |
| Design decisions (ADRs) | docs/design-decisions/ |
| Architecture & usage guide | docs/architecture.md |
mise install # install all tools
mise exec -- lefthook run pre-commit # run lintersCommit with Conventional Commits.
See the commit-and-release skill
for a step-by-step guide including releases with cog bump.