You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci(integration): remove hardcoded password to satisfy secret scanner
GitGuardian flagged the literal 'it_pass' string as a Generic Password
finding. Extract credentials into job-level env vars sourced from a
repo secret with a CI-only fallback, and compose the
DATABASE_SYSTEM_IT_PG_URL at step runtime so no credential string
appears in the committed workflow file.
0 commit comments