Skip to content

Commit

Permalink
Merge pull request #5 from splunk-soar-connectors/next
Browse files Browse the repository at this point in the history
  • Loading branch information
ishans-crest authored May 4, 2024
2 parents 2aca5ee + b154b03 commit c391ba6
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/phantomcyber/dev-cicd-tools
rev: v1.17
rev: v1.18
hooks:
- id: org-hook
- id: package-app-dependencies
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# ZeroFox

Publisher: ZeroFox
Connector Version: 1.0.1
Connector Version: 3.5.1
Product Vendor: ZeroFox
Product Name: ZeroFox
Product Version Supported (regex): ".\*"
Minimum Product Version: 5.5.0
Minimum Product Version: 6.1.1

ZeroFox Alerts for Splunk SOAR

Expand Down
1 change: 0 additions & 1 deletion release_notes/1.0.1.md

This file was deleted.

1 change: 1 addition & 0 deletions release_notes/3.5.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Initial Splunkbase Release of ZeroFox Alerts app
6 changes: 3 additions & 3 deletions zerofox.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
}
],
"license": "Copyright (c) ZeroFox, 2024",
"app_version": "1.0.1",
"utctime_updated": "2023-07-26T17:04:21.523369Z",
"app_version": "3.5.1",
"utctime_updated": "2023-07-26T17:04:22.513369Z",
"package_name": "phantom_zerofox",
"main_module": "zerofox_connector.py",
"min_phantom_version": "5.5.0",
"min_phantom_version": "6.1.1",
"fips_compliant": false,
"app_wizard_version": "1.0.0",
"pip_dependencies": {},
Expand Down
2 changes: 1 addition & 1 deletion zerofox_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def _get_app_headers(self):
return {
"Authorization": f"Token {self.token}",
"Content-Type": "application/json",
"zf-source": "splunk",
"zf-source": "Splunk-SOAR",
}

def fetch_alerts(self):
Expand Down

0 comments on commit c391ba6

Please sign in to comment.