Skip to content

Commit fa96a85

Browse files
authored
[PLGN-699] - Microsoft Teams- Using regex match rather than regex search when getting the channel ids based on the channel names supplied by users (#2298)
* PLGN-699-Using regex match rather than regex search when getting the channel ids based on the channel names supplied by users * PLGN-699-Updating the help.md version message * PLGN-699 - fix typo
1 parent 7936954 commit fa96a85

File tree

7 files changed

+298
-234
lines changed

7 files changed

+298
-234
lines changed

plugins/microsoft_teams/.CHECKSUM

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"spec": "c9becfea96f7b49ec9f3f739d57a402d",
3-
"manifest": "cf57f82d2fd650136689da39f1359bba",
4-
"setup": "07ef2d2945cdd65380bb0e3d8e4d3a4f",
2+
"spec": "bd550915cbb20da55dd985c234b980e3",
3+
"manifest": "a3efaeeaac4836f6fc5ce580fea5631f",
4+
"setup": "3e855195f8bcdd12cb2715e0ed1b5661",
55
"schemas": [
66
{
77
"identifier": "add_channel_to_team/schema.py",

plugins/microsoft_teams/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rapid7/insightconnect-python-3-38-slim-plugin:5
1+
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-slim-plugin:5
22

33
LABEL organization=rapid7
44
LABEL sdk=python
@@ -12,7 +12,7 @@ RUN if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
1212

1313
ADD . /python/src
1414

15-
RUN python setup.py build && python setup.py install
15+
RUN python setup.py build && python setup.py install
1616

1717
# User to run plugin code. The two supported users are: root, nobody
1818
USER nobody

plugins/microsoft_teams/bin/icon_microsoft_teams

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ from sys import argv
66

77
Name = "Microsoft Teams"
88
Vendor = "rapid7"
9-
Version = "6.0.0"
9+
Version = "6.0.1"
1010
Description = "The Microsoft Teams plugin allows you to send and trigger workflows on new messages. The plugin will also allow for teams management with the ability to add and remove teams, channels, and users"
1111

1212

0 commit comments

Comments
 (0)