Add KICS config to document accepted security exceptions

Excludes the following queries with documented reasons:
- Shared volumes: Required for database persistence
- Passwords in config: Local dev only, prod uses K8s secrets
- Healthcheck on init container: Not applicable, exits after setup
- Apt pin version: Intentional for security updates
This commit is contained in:
Mondo Diaz
2026-01-14 16:28:09 +00:00
parent ed928cc275
commit 5ecbd71c18
2 changed files with 27 additions and 0 deletions

View File

@@ -25,6 +25,8 @@ stages:
kics:
allow_failure: true
variables:
KICS_CONFIG: kics.config
hadolint:
allow_failure: true