Test: Scan compose secrets by data shape

This commit is contained in:
Gabriel Brown
2026-08-26 22:31:22 -04:00
parent a19c6dc3ef
commit 37fd5e890e
7 changed files with 185 additions and 27 deletions
@@ -0,0 +1,8 @@
services:
database:
environment:
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_PASSWORD_FILE: /run/secrets/postgres_password
API_TOKEN: ${API_TOKEN:-CHANGE_ME}
ALLOW_EMPTY_PASSWORD: yes
DATABASE_NAME: application