Skip to content

Commit

Permalink
Restore slack token secret type
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianbn committed Jun 19, 2019
1 parent 8a59224 commit 90dd6d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detect_secrets/plugins/slack.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

class SlackDetector(RegexBasedDetector):

secret_type = 'Slack Token / Webhook'
secret_type = 'Slack Token'

denylist = (
# Slack Token
Expand Down

0 comments on commit 90dd6d7

Please sign in to comment.