Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merging next to main for release 3.6.1 #15

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# ZeroFox

Publisher: ZeroFox
Connector Version: 3.6.0
Connector Version: 3.6.1
Product Vendor: ZeroFox
Product Name: ZeroFox
Product Version Supported (regex): ".\*"
Expand All @@ -25,8 +25,8 @@ ZeroFox Alerts for Splunk SOAR
[comment]: # either express or implied. See the License for the specific language governing permissions
[comment]: # and limitations under the License.

### Configuration Variables
The below configuration variables are required for this Connector to operate. These variables are specified when configuring a ZeroFox asset in SOAR.
### Configuration variables
This table lists the configuration variables required to operate ZeroFox. These variables are specified when configuring a ZeroFox asset in Splunk SOAR.

VARIABLE | REQUIRED | TYPE | DESCRIPTION
-------- | -------- | ---- | -----------
Expand Down
1 change: 1 addition & 0 deletions release_notes/3.6.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Enabled automations for created artifacts
12 changes: 7 additions & 5 deletions zerofox.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,20 @@
"name": "Diego Ramirez"
},
{
"name": "Felipe Garrido"
"name": "Leonardo de Requesens"
}
],
"license": "Copyright (c) ZeroFox, 2024",
"app_version": "3.6.0",
"utctime_updated": "2023-07-26T17:04:22.513369Z",
"app_version": "3.6.1",
"utctime_updated": "2024-12-23T22:27:38.000000Z",
"package_name": "phantom_zerofox",
"main_module": "zerofox_connector.py",
"min_phantom_version": "6.1.1",
"fips_compliant": false,
"app_wizard_version": "1.0.0",
"pip_dependencies": {},
"pip_dependencies": {
"wheel": []
},
"configuration": {
"zerofox_api_token": {
"description": "ZeroFox API Token",
Expand Down Expand Up @@ -579,4 +581,4 @@
"versions": "EQ(*)"
}
]
}
}
Loading
Loading