We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c444380 commit 136580fCopy full SHA for 136580f
examples/slack/overrides.yaml
@@ -1,8 +1,14 @@
1
git-clone:
2
- name: "repo_url"
3
type: "string"
4
- value: "https://github.com/sqreen/go-dvwa"
+ value: "<your repo url>"
5
slack:
6
-- name: "slack_webhook"
+- name: "slack_token"
7
8
- value: "Your webhook here"
+ value: "xoxb-<your token>"
9
+- name: "slack_channel"
10
+ type: "string"
11
+ value: "C<your channel id>"
12
+- name: "slack_debug"
13
14
+ value: "false"
0 commit comments