We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15dedd1 commit 7821fc3Copy full SHA for 7821fc3
pagure_exporter/conf/standard.py
@@ -117,10 +117,10 @@
117
destcloc = "UNAVAILABLE"
118
119
# Regular expression to help detection of the GitLab Runners token in response body
120
-detect = "\"runners_token\":\"[A-Za-z0-9]+\""
+detect = r"\b(?:glrt-|GR1348941)[\w\-]{20,23}"
121
122
# Placeholder string to substitute the detected GitLab Runners tokens in response body
123
-cutout = "\"runners_token\":\"SECURE_STANDARD_PASSWORD_HERE\""
+cutout = "EXPUNGED"
124
125
# GitLab client object to be used while interacting with the destination namespace
126
gobj = None
0 commit comments