Skip to content

Commit

Permalink
Merge pull request #9 from splunk-soar-connectors/next
Browse files Browse the repository at this point in the history
Merging next to main for release 2.2.12
  • Loading branch information
kczernik-splunk authored Dec 31, 2024
2 parents 0c46552 + 576d0ab commit 40a146e
Show file tree
Hide file tree
Showing 20 changed files with 217 additions and 219 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', '^awsinspector.json$']
args: ['--no-verify', '--exclude-files', '^(awsinspector.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
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Splunk SOAR AWS Inspector
Copyright (c) 2019-2023 Splunk Inc.
Copyright (c) 2019-2024 Splunk Inc.

Third-party Software Attributions:

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
# AWS Inspector

Publisher: Splunk
Connector Version: 2.2.11
Connector Version: 2.2.12
Product Vendor: AWS
Product Name: Inspector
Product Version Supported (regex): ".\*"
Minimum Product Version: 5.2.0
Minimum Product Version: 6.3.0

This app integrates with AWS Inspector to perform security assessment actions

[comment]: # " File: README.md"
[comment]: # " Copyright (c) 2019-2022 Splunk Inc."
[comment]: # " Copyright (c) 2019-2024 Splunk Inc."
[comment]: # ""
[comment]: # "Licensed under the Apache License, Version 2.0 (the 'License');"
[comment]: # "you may not use this file except in compliance with the License."
Expand Down Expand Up @@ -46,8 +46,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 Inspector asset in SOAR.
### Configuration variables
This table lists the configuration variables required to operate AWS Inspector. These variables are specified when configuring a Inspector 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 awsinspector.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"product_name": "Inspector",
"product_version_regex": ".*",
"publisher": "Splunk",
"license": "Copyright (c) 2019-2023 Splunk Inc.",
"app_version": "2.2.11",
"utctime_updated": "2022-01-07T21:56:46.000000Z",
"license": "Copyright (c) 2019-2024 Splunk Inc.",
"app_version": "2.2.12",
"utctime_updated": "2024-12-31T10:39:07.000000Z",
"package_name": "phantom_awsinspector",
"main_module": "awsinspector_connector.py",
"min_phantom_version": "5.2.0",
"min_phantom_version": "6.3.0",
"fips_compliant": true,
"latest_tested_versions": [
"Cloud tested on July 29th, 2021"
Expand All @@ -35,21 +35,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.1-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.16.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 @@ -1271,4 +1259,4 @@
"versions": "EQ(*)"
}
]
}
}
Loading

0 comments on commit 40a146e

Please sign in to comment.