Rotate and remove hardcoded credentials from docker-compose.yml #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
docker-compose.yml contains production secrets committed to version control:
breakpilot123: line 98your-super-secret-jwt-key-change-in-productionAny person with repo access — or anyone who has ever cloned it — has these credentials.
Required Actions
${VAR}placeholdersAcceptance Criteria
gitleaks detect --source . --no-gitexits 0