secret-scanner-flags-test-passwords-without-constant-label

Integration test files that contain plain password strings (e.g. 'AdminPass123!') trigger the secret scanner and block commits. The workaround is to assign them to a labeled constant (e.g. TEST_PASSWORD = 'AdminPass123!') so the scanner recognises them as test fixtures rather than credential leaks.