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
Merging next to main for release 1.1.0
  • Loading branch information
ishans-crest authored May 30, 2023
2 parents 3746b30 + 98da7ec commit 002640a
Show file tree
Hide file tree
Showing 18 changed files with 358 additions and 220 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/generate-doc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Generate Readme Doc
on:
workflow_dispatch:
push:
paths:
- '*.json'
- 'readme.html'
- 'manual_readme_content.md'
tags-ignore:
- '**'
branches-ignore:
- next
- main
jobs:
generate-doc:
runs-on: ubuntu-latest
steps:
- uses: 'phantomcyber/dev-cicd-tools/github-actions/generate-doc@main'
with:
GITHUB_TOKEN: ${{ secrets.SOAR_APPS_TOKEN }}
22 changes: 22 additions & 0 deletions .github/workflows/review-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Review Release
concurrency:
group: app-release
cancel-in-progress: true
permissions:
contents: read
id-token: write
statuses: write
on:
workflow_dispatch:
inputs:
task_token:
description: 'StepFunction task token'
required: true

jobs:
review:
uses: 'phantomcyber/dev-cicd-tools/.github/workflows/review-release.yml@main'
with:
task_token: ${{ inputs.task_token }}
secrets:
resume_release_role_arn: ${{ secrets.RESUME_RELEASE_ROLE_ARN }}
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
repos:
- repo: https://github.com/phantomcyber/dev-cicd-tools
rev: v1.11
rev: v1.16
hooks:
- id: org-hook
- id: package-app-dependencies
- repo: https://github.com/Yelp/detect-secrets
rev: v1.2.0
rev: v1.4.0
hooks:
- id: detect-secrets
args: ['--no-verify', '--exclude-files', '^ipqualityscore.json$']
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) 2021-2022 IPQualityScore.com
Copyright (c) 2021-2023 IPQualityScore.com

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 IPQualityScore
Copyright (c) 2021-2022 IPQualityScore.com
Copyright (c) 2021-2023 IPQualityScore.com

Third-party Software Attributions:

Expand Down
252 changes: 126 additions & 126 deletions README.md

Large diffs are not rendered by default.

13 changes: 12 additions & 1 deletion __init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# File: __init__.py
#
# Licensed under Apache 2.0 (https://www.apache.org/licenses/LICENSE-2.0.txt)
# Copyright (c) 2021-2023 IPQualityScore.com
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software distributed under
# the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
# either express or implied. See the License for the specific language governing permissions
# and limitations under the License.
19 changes: 10 additions & 9 deletions ipqualityscore.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@
"publisher": "IPQualityScore",
"package_name": "phantom_ipqualityscore",
"type": "investigative",
"license": "Copyright (c) 2021-2022 IPQualityScore.com",
"license": "Copyright (c) 2021-2023 IPQualityScore.com",
"main_module": "ipqualityscore_connector.py",
"app_version": "1.0.2",
"app_version": "1.1.0",
"utctime_updated": "2022-01-07T22:31:24.000000Z",
"product_vendor": "IPQualityScore",
"product_name": "IPQualityScore",
"product_version_regex": ".*",
"min_phantom_version": "5.1.0",
"min_phantom_version": "5.5.0",
"python_version": "3",
"fips_compliant": false,
"latest_tested_versions": [
"Cloud, API: ipqualityscore.com, February 25 2021"
],
Expand Down Expand Up @@ -1168,27 +1169,27 @@
"wheel": [
{
"module": "certifi",
"input_file": "wheels/shared/certifi-2021.10.8-py2.py3-none-any.whl"
"input_file": "wheels/py3/certifi-2023.5.7-py3-none-any.whl"
},
{
"module": "chardet",
"input_file": "wheels/shared/chardet-3.0.4-py2.py3-none-any.whl"
"module": "charset_normalizer",
"input_file": "wheels/py39/charset_normalizer-3.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
},
{
"module": "idna",
"input_file": "wheels/shared/idna-2.10-py2.py3-none-any.whl"
"input_file": "wheels/py3/idna-3.4-py3-none-any.whl"
},
{
"module": "requests",
"input_file": "wheels/shared/requests-2.25.0-py2.py3-none-any.whl"
"input_file": "wheels/py3/requests-2.31.0-py3-none-any.whl"
},
{
"module": "simplejson",
"input_file": "wheels/py39/simplejson-3.17.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
},
{
"module": "urllib3",
"input_file": "wheels/shared/urllib3-1.26.8-py2.py3-none-any.whl"
"input_file": "wheels/py3/urllib3-2.0.2-py3-none-any.whl"
}
]
}
Expand Down
Loading

0 comments on commit 002640a

Please sign in to comment.