-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Microsoft Teams: Just a heads up - Adding new actions to Microsoft Te…
…ams SOAR apps (#20) * new two action for app MS teams * adding new action send chat message * feat: adding new action + README file * done with developer checklist * pre-commit changes * changes done for JSON and consts file * changes for connector and consts file * modify get response message action * Added verbose and wait_time validation for get response action * modify get response method * added status message in action * added status message in action * Updated get response action * changes done after new actions pull * chnage MESSAGE to MSG for static test * Revert "chnage MESSAGE to MSG for static test" This reverts commit 92fe0ee. * changes MESSAGE to MSG for static test * Added suggested changes for maunal readme and connector * changes done * this is empty commit * min phantom version changed --------- Co-authored-by: gdelavadiya-crest <[email protected]>
- Loading branch information
1 parent
b75504c
commit 4652022
Showing
12 changed files
with
1,522 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
repos: | ||
- repo: https://github.com/phantomcyber/dev-cicd-tools | ||
rev: v1.17 | ||
rev: v1.23 | ||
hooks: | ||
- id: org-hook | ||
- id: package-app-dependencies | ||
- repo: https://github.com/Yelp/detect-secrets | ||
rev: v1.4.0 | ||
rev: v1.5.0 | ||
hooks: | ||
- id: detect-secrets | ||
args: ['--no-verify', '--exclude-files', '^microsoftteams.json$'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,2 @@ | ||
Splunk SOAR Microsoft Teams | ||
Copyright (c) 2019-2024 Splunk Inc. | ||
|
||
Third-party Software Attributions: | ||
|
||
Library: Django | ||
Version: 3.2.5 | ||
License: BSD 3 | ||
License: Python 2.0 | ||
0.9.0 thru 1.2 1991-1995 CWI yes | ||
1.3 thru 1.5.2 1.2 1995-1999 CNRI yes | ||
Copyright 1991-1995 Stichting Mathematisch Centrum Amsterdam | ||
Copyright 2001 Python Software Foundation; All Rights Reserved | ||
Copyright 2012-2020 , | ||
Copyright Django Software Foundation and individual contributors | ||
|
||
Library: beautifulsoup4 | ||
Version: 4.9.1 | ||
License: MIT | ||
Copyright 2004-2017 Leonard Richardson | ||
Copyright 2004-2019 Leonard Richardson | ||
Copyright 2018 Isaac Muse | ||
|
||
Library: requests | ||
Version: 2.25.0 | ||
License: Apache 2.0 | ||
Kenneth Reitz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.