Test: Scan compose secrets by data shape
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user