Skip to content

Commit 0185547

Browse files
committed
Add patterns to gitallowed
1 parent 6246b1d commit 0185547

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitallowed

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ sha256:[a-f0-9]{64}
2323
.*=\s*"[><=!~^,0-9\s\.]+"
2424
app = App\(token=bot_token\)
2525
token=bot_token
26+
token="test-token"
2627
token: slackBotToken
2728
token: props\.slackBotToken
2829
secretValue: JSON\.stringify\(\{token: props\.slackBotToken\}\)
30+
token = slack_event_data\["bot_token"\]
31+
client = WebClient\(token=token\)

0 commit comments

Comments
 (0)