Skip to content

Commit

Permalink
Merge pull request #13 from splunk-soar-connectors/next
Browse files Browse the repository at this point in the history
Merging next to main for release 2.2.8
  • Loading branch information
kczernik-splunk authored Dec 23, 2024
2 parents 74037f1 + f2c37b8 commit ac3e467
Show file tree
Hide file tree
Showing 14 changed files with 100 additions and 122 deletions.
7 changes: 4 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
repos:
- repo: https://github.com/phantomcyber/dev-cicd-tools
rev: v1.16
rev: v1.24
hooks:
- id: org-hook
- id: package-app-dependencies
- id: readme-check
- repo: https://github.com/Yelp/detect-secrets
rev: v1.4.0
rev: v1.5.0
hooks:
- id: detect-secrets
args: ['--no-verify', '--exclude-files', '^awscloudtrail.json$']
args: ['--no-verify', '--exclude-files', '^(awscloudtrail.json|README.md)$']
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright (c) 2019-2023 Splunk Inc.
Copyright (c) 2019-2024 Splunk Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# AWS CloudTrail

Publisher: Splunk
Connector Version: 2.2.7
Connector Version: 2.2.8
Product Vendor: AWS
Product Name: CloudTrail
Product Version Supported (regex): ".\*"
Minimum Product Version: 4.9.39220
Minimum Product Version: 6.3.0

This app integrates with AWS CloudTrail to perform various investigative actions

Expand Down Expand Up @@ -38,8 +38,8 @@ actions within a playbook. For more information, please see the [AWS Identity an
documentation](https://docs.aws.amazon.com/iam/index.html) .


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

VARIABLE | REQUIRED | TYPE | DESCRIPTION
-------- | -------- | ---- | -----------
Expand Down
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# File: __init__.py
#
# Copyright (c) 2019-2023 Splunk Inc.
# Copyright (c) 2019-2024 Splunk Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
22 changes: 5 additions & 17 deletions awscloudtrail.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"product_version_regex": ".*",
"python_version": "3",
"publisher": "Splunk",
"license": "Copyright (c) 2019-2023 Splunk Inc.",
"app_version": "2.2.7",
"utctime_updated": "2022-01-07T20:23:12.000000Z",
"license": "Copyright (c) 2019-2024 Splunk Inc.",
"app_version": "2.2.8",
"utctime_updated": "2024-12-17T14:45:31.000000Z",
"package_name": "phantom_awscloudtrail",
"main_module": "awscloudtrail_connector.py",
"min_phantom_version": "4.9.39220",
"min_phantom_version": "6.3.0",
"fips_compliant": true,
"app_wizard_version": "1.0.0",
"latest_tested_versions": [
Expand Down Expand Up @@ -91,21 +91,9 @@
"module": "jmespath",
"input_file": "wheels/shared/jmespath-0.10.0-py2.py3-none-any.whl"
},
{
"module": "python_dateutil",
"input_file": "wheels/shared/python_dateutil-2.8.2-py2.py3-none-any.whl"
},
{
"module": "s3transfer",
"input_file": "wheels/shared/s3transfer-0.3.7-py2.py3-none-any.whl"
},
{
"module": "six",
"input_file": "wheels/shared/six-1.15.0-py2.py3-none-any.whl"
},
{
"module": "urllib3",
"input_file": "wheels/shared/urllib3-1.26.18-py2.py3-none-any.whl"
}
]
},
Expand Down Expand Up @@ -1364,4 +1352,4 @@
"versions": "EQ(*)"
}
]
}
}
Loading

0 comments on commit ac3e467

Please sign in to comment.