Skip to content

Commit

Permalink
💬 Add parameter descriptions to consumers/slack
Browse files Browse the repository at this point in the history
  • Loading branch information
flowirtz committed Jul 31, 2024
1 parent e2266bc commit 6bdf653
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/consumers/slack/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ metadata:
spec:
params:
- name: consumer-slack-webhook
description: "The Slack webhook to send messages to. Follow this guide to generate: https://api.slack.com/messaging/webhooks"
type: string
- name: consumer-slack-message-template
type: string
description: "The message template to use when sending messages to Slack. The following variables are available: <scanID>, <scanStartTime>, <numResults>, <newResults>"
default: 'Dracon scan <scanID>, started at <scanStartTime>, completed with <numResults> findings, out of which, <newResults> new'
workspaces:
- name: output
Expand Down

0 comments on commit 6bdf653

Please sign in to comment.