Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Notification in Slack #21

Open
sharmaharjeet92 opened this issue Apr 30, 2020 · 0 comments
Open

No Notification in Slack #21

sharmaharjeet92 opened this issue Apr 30, 2020 · 0 comments

Comments

@sharmaharjeet92
Copy link

sharmaharjeet92 commented Apr 30, 2020

Hi Team,

While Running it via Docker command:

sudo docker run -ti -v $(pwd)/config.toml:/usr/src/app/config.toml --rm -e GITHUB_WATCHER_TOKEN=XXXXXXXXXXXXXXXXXXX -p 5000:5000 duolabs/secret-bridge webhook

INFO:werkzeug: * Running on http://0.0.0.0:5000/ (Press CTRL+C to quit) INFO:root:Cloning repository sharmaharjeet/test1 into /tmp/tmpxrt3cqtjtest1 INFO:root:Establishing baseline for sharmaharjeet/test1 INFO:GitSecrets:instantiating git-secrets INFO:root:Pulling latest copy of sharmaharjeet/test1 INFO:root:PushEvent None included commit XXXXXXXXXXXXXXXXXXXXX which modified file t INFO:DetectSecrets:instantiating detect-secrets on patch contents modifying t INFO:GitSecrets:instantiating git-secrets INFO:werkzeug:140.82.115.250 - - [30/Apr/2020 09:50:39] "POST /webhook HTTP/1.1" 204 - INFO:root:Pulling latest copy of sharmaharjeet/test1 INFO:root:PushEvent None included commit XXXXXXXXXXXXXXXXXXXXX which modified file t INFO:DetectSecrets:instantiating detect-secrets on patch contents modifying t INFO:GitSecrets:instantiating git-secrets

I have configured the Slack Webhook Correctly in the config.toml

==============
config.toml

detectors = [
"detect-secrets",
"git-secrets",
"trufflehog"
]

[auth]
access_token='env'

[monitors]
organizations = ["XXXXX"]
users = ["XXXXXXX"]
repos = []

[webhook]
secret="XXXXXXXX"
host="0.0.0.0"

[notifiers.console]

[notifiers.slack_webhook]
webhook_url='https://hooks.slack.com/services/XXXXXXXXXX/XXXXXXXXXX'

Any idea what could be wrong?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant