Skip to content

Commit b516695

Browse files
authored
Sentinelone - (SDK Automation prep) (#3277) (#3278)
1 parent 3718b29 commit b516695

File tree

6 files changed

+796
-483
lines changed

6 files changed

+796
-483
lines changed

plugins/sentinelone/.CHECKSUM

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"spec": "c6927728c4f69ccd4bfba73202f850ec",
3-
"manifest": "3c7c9830c5936c4ffed6adbaaf12722e",
4-
"setup": "98419c249e2910502c36eb5144487ce4",
2+
"spec": "7a7e4799881891a921b21b2a81f69629",
3+
"manifest": "6208f242cc85dfbb3be1a3a033d59581",
4+
"setup": "dda23d80f9b69a17a4165a339de58ed3",
55
"schemas": [
66
{
77
"identifier": "activities_list/schema.py",

plugins/sentinelone/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-slim-plugin:6.2.2
1+
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-slim-plugin:6.2.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 pip install .
1616

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

plugins/sentinelone/bin/komand_sentinelone

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ from sys import argv
66

77
Name = "SentinelOne"
88
Vendor = "rapid7"
9-
Version = "11.1.3"
9+
Version = "11.1.4"
1010
Description = "[SentinelOne](https://www.sentinelone.com/) is a next-gen cybersecurity company focused on protecting the enterprise through the endpoint. The SentinelOne plugin allows you to manage and mitigate all your security operations through SentinelOne.This plugin utilizes the SentinelOne API, the documentation is located in the SentinelOne console"
1111

1212

plugins/sentinelone/help.md

+9-8
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)