
Some checks failed
CI - 4NK_node / Code Quality (push) Failing after 38s
CI - 4NK_node / Unit Tests (push) Failing after 36s
CI - 4NK_node / Integration Tests (push) Successful in 33s
CI - 4NK_node / Security Tests (push) Failing after 33s
CI - 4NK_node / Docker Build & Test (push) Failing after 15s
CI - 4NK_node / Documentation Tests (push) Successful in 12s
CI - 4NK_node / Release Guard (push) Has been skipped
CI - 4NK_node / Performance Tests (push) Successful in 35s
CI - 4NK_node / Notify (push) Failing after 2s
16 lines
432 B
YAML
16 lines
432 B
YAML
# LOCAL_OVERRIDES.yml — dérogations locales contrôlées
|
||
overrides:
|
||
- path: ".gitea/workflows/ci.yml"
|
||
reason: "spécificité d’environnement"
|
||
owner: "@maintainer_handle"
|
||
expires: "2025-12-31"
|
||
- path: "scripts/auto-ssh-push.sh"
|
||
reason: "flux particulier temporaire"
|
||
owner: "@maintainer_handle"
|
||
expires: "2025-10-01"
|
||
policy:
|
||
allow_only_listed_paths: true
|
||
require_expiry: true
|
||
audit_in_ci: true
|
||
|