File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -207,15 +207,15 @@ def _print_secrets_found(secrets):
207
207
208
208
def _print_mitigation_suggestions ():
209
209
security_team = os .environ .get (
210
- " DETECT_SECRETS_SECURITY_TEAM" ,
211
- " in #security"
210
+ ' DETECT_SECRETS_SECURITY_TEAM' ,
211
+ ' in #security'
212
212
)
213
213
suggestions = [
214
- " For information about putting your secrets in a safer place, "
215
- " please ask " + security_team ,
216
- " Mark false positives with an inline"
217
- " `pragma: allowlist secret` comment" ,
218
- " Commit with `--no-verify` if this is a one-time false positive" ,
214
+ ' For information about putting your secrets in a safer place, ' +
215
+ ' please ask ' + security_team ,
216
+ ' Mark false positives with an inline ' +
217
+ ' `pragma: allowlist secret` comment' ,
218
+ ' Commit with `--no-verify` if this is a one-time false positive' ,
219
219
]
220
220
221
221
wrapper = textwrap .TextWrapper (
You can’t perform that action at this time.
0 commit comments