-
-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathMANIFEST.yaml
128 lines (128 loc) · 4 KB
/
MANIFEST.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
display_information:
name: OWASP Nest
description: Your gateway to OWASP
background_color: '#293559'
features:
app_home:
home_tab_enabled: true
messages_tab_enabled: true
messages_tab_read_only_enabled: false
bot_user:
display_name: NestBot
always_online: true
slash_commands:
- command: /projects
url: https://nest.owasp.dev/integrations/slack/commands/
description: project directory
usage_hint: <search query>
should_escape: false
- command: /committees
url: https://nest.owasp.dev/integrations/slack/commands/
description: committees
usage_hint: <name>
should_escape: false
- command: /chapters
url: https://nest.owasp.dev/integrations/slack/commands/
description: chapters
usage_hint: --help
should_escape: false
- command: /gsoc
url: https://nest.owasp.dev/integrations/slack/commands/
description: get started with GSoC 2025
usage_hint: --start
should_escape: false
- command: /owasp
url: https://nest.owasp.dev/integrations/slack/commands/
description: your gateway to OWASP
usage_hint: --help
should_escape: false
- command: /leaders
url: https://nest.owasp.dev/integrations/slack/commands/
description: chapter and project leaders
usage_hint: <name/chapter/project>
should_escape: false
- command: /contribute
url: https://nest.owasp.dev/integrations/slack/commands/
description: contributor's guide
usage_hint: --help
should_escape: false
- command: /board
url: https://nest.owasp.dev/integrations/slack/commands/
description: OWASP Global Board information
should_escape: false
- command: /donate
url: https://nest.owasp.dev/integrations/slack/commands/
description: Support OWASP with a donation
should_escape: false
- command: /jobs
url: https://nest.owasp.dev/integrations/slack/commands/
description: Check out available job opportunities
should_escape: false
- command: /sponsors
url: https://nest.owasp.dev/integrations/slack/commands/
description: et a list of OWASP sponsors
should_escape: false
- command: /staff
url: https://nest.owasp.dev/integrations/slack/commands/
description: OWASP corporate structure
should_escape: false
- command: /policies
url: https://nest.owasp.dev/integrations/slack/commands/
description: Policies & Procedures
should_escape: false
- command: /events
url: https://nest.owasp.dev/integrations/slack/commands/
description: Browse OWASP events
should_escape: false
- command: /news
url: https://nest.owasp.dev/integrations/slack/commands/
description: OWASP news
should_escape: false
- command: /contact
url: https://nest.owasp.dev/integrations/slack/commands/
description: Contact OWASP
should_escape: false
- command: /community
url: https://nest.owasp.dev/integrations/slack/commands/
description: Explore OWASP community
should_escape: false
- command: /users
url: https://nest.owasp.dev/integrations/slack/commands/
description: OWASP users list
should_escape: false
oauth_config:
scopes:
user:
- channels:read
- groups:read
- mpim:read
- users:read
bot:
- channels:read
- chat:write
- commands
- groups:read
- im:history
- im:read
- im:write
- mpim:read
- mpim:write
- users:read
- groups:write
- channels:manage
settings:
event_subscriptions:
request_url: https://nest.owasp.dev/integrations/slack/events/
user_events:
- member_joined_channel
- team_join
bot_events:
- app_home_opened
- member_joined_channel
- team_join
interactivity:
is_enabled: true
request_url: https://nest.owasp.dev/integrations/slack/interactivity/
org_deploy_enabled: false
socket_mode_enabled: false
token_rotation_enabled: false