Nopik / slack-notification-resource

Concourse CI resource for sending notifications to Slack.
9 stars 0 forks source link

Add -s flag to curl to avoid leaking webhook URL #6

Closed robdimsdale closed 9 years ago

robdimsdale commented 9 years ago

Currently the webhook URL is visible which is a potential DoS vector. Therefore this output cannot be used in publically-visible jobs.

This PR sets curl to silent, such that the output is not visible.