Skip to content

Commit

Permalink
Reference unmasked fake credentials in TC build failure pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
rieske committed Jul 29, 2020
1 parent 5d261bc commit 266033b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .teamcity/settings/GradleProfilerTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ open class GradleProfilerTest(os: Os) : BuildType({
add {
failOnText {
conditionType = BuildFailureOnText.ConditionType.CONTAINS
pattern = "%fakeCredentials%"
pattern = "%unmaskedFakeCredentials%"
failureMessage = "This build might be leaking credentials"
reverse = false
stopBuildOnFailure = true
Expand Down

0 comments on commit 266033b

Please sign in to comment.