chore: adopt engineering standard v1.0.0
Some checks failed
Some checks failed
Adopt the org engineering standard (its-consulting/standards @ v1.0.0).
Adds baseline governance/CI/policy files rendered from the standard's
templates and pins .standards-version=1.0.0. Vendored OPA/Rego policies
under .standards/policies/ so CI runs the gate locally (no cross-repo dep).
Placeholders ({{ORG}}/{{REPO}}/{{OWNER_HANDLE}}/{{MAINTAINER_EMAIL}}) filled in.
Existing files that differ were left untouched by the adopter.
Automated rollout. Files created: 16.
This commit is contained in:
parent
262be954bb
commit
9c0dc7b4e1
26 changed files with 1893 additions and 0 deletions
43
.gitattributes
vendored
Normal file
43
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
# .gitattributes — rendered by adopt-standard.sh (verbatim; no placeholders).
|
||||
# Mirrors the standards repo's own root .gitattributes.
|
||||
#
|
||||
# Normalize to LF in the repository for everything text. Working-copy line
|
||||
# endings are pinned per type so MinGW/Git-Bash scripts (LF) and native
|
||||
# Windows scripts (CRLF) both work. This overrides core.autocrlf.
|
||||
* text=auto eol=lf
|
||||
|
||||
# Unix shell / POSIX tooling — MUST stay LF in the working copy
|
||||
*.sh text eol=lf
|
||||
*.bash text eol=lf
|
||||
*.bats text eol=lf
|
||||
*.rego text eol=lf
|
||||
*.yml text eol=lf
|
||||
*.yaml text eol=lf
|
||||
*.json text eol=lf
|
||||
*.toml text eol=lf
|
||||
*.md text eol=lf
|
||||
*.env text eol=lf
|
||||
Makefile text eol=lf
|
||||
.sops.yaml text eol=lf
|
||||
|
||||
# Native Windows scripts — CRLF in the working copy
|
||||
*.ps1 text eol=crlf
|
||||
*.psm1 text eol=crlf
|
||||
*.bat text eol=crlf
|
||||
*.cmd text eol=crlf
|
||||
|
||||
# Encrypted secret files are text (diffable ciphertext), kept LF
|
||||
*.enc.yaml text eol=lf
|
||||
*.enc.json text eol=lf
|
||||
*.sops.yaml text eol=lf
|
||||
*.sops.json text eol=lf
|
||||
|
||||
# Binary — never touch
|
||||
*.png binary
|
||||
*.jpg binary
|
||||
*.jpeg binary
|
||||
*.gif binary
|
||||
*.ico binary
|
||||
*.gz binary
|
||||
*.zip binary
|
||||
*.tar binary
|
||||
Loading…
Add table
Add a link
Reference in a new issue