Skip to content

Commit

Permalink
Merge pull request #1216 from SEKOIA-IO/fix/SentinelOneIdentity
Browse files Browse the repository at this point in the history
SentinelOne: fix the product name for SentinelOne Identity
  • Loading branch information
squioc authored Dec 10, 2024
2 parents 9eaf7dd + c36a2c8 commit 9c5d3f8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions SentinelOne/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 2024-12-10 - 1.19.6

### Fixed

- Fix the product name in the SentineOne Identity connector

## 2024-12-04 - 1.19.5

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion SentinelOne/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"name": "SentinelOne",
"uuid": "ff675e74-e5c1-47c8-a571-d207fc297464",
"slug": "sentinelone",
"version": "1.19.5",
"version": "1.19.6",
"categories": [
"Endpoint"
]
Expand Down
2 changes: 1 addition & 1 deletion SentinelOne/sentinelone_module/singularity/connectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,4 @@ def run(self) -> None: # pragma: no cover


class SingularityIdentityConnector(AbstractSingularityConnector):
product_name = "identity"
product_name = "Identity"

0 comments on commit 9c5d3f8

Please sign in to comment.