Skip to content

[SOAR-18525] InsightCloudSec SDK bump #3019

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

Merged
merged 1 commit into from
Dec 23, 2024
Merged
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 plugins/rapid7_insightcloudsec/.CHECKSUM
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"spec": "b9c8c812633bd9bd84b2ee5507f8f45c",
"manifest": "6d8a32bc07e7bba543fc6414c5d1b4e1",
"setup": "71ad12e7c7d1db068e83d1f3b3b2506d",
"spec": "bcd37d5fb21cbb2966fa4008c7707e4f",
"manifest": "abe1c1678a97e7a903e4b2f0c66b5da1",
"setup": "15ed7d67c7b8ce5b766d8a537bd87a74",
"schemas": [
{
"identifier": "create_exemption/schema.py",
Expand Down
2 changes: 1 addition & 1 deletion plugins/rapid7_insightcloudsec/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-slim-plugin:6.1.3
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-slim-plugin:6.2.2

LABEL organization=rapid7
LABEL sdk=python
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ from sys import argv

Name = "Rapid7 InsightCloudSec"
Vendor = "rapid7"
Version = "2.1.0"
Version = "2.1.1"
Description = "InsightCloudSec by Rapid7 (formerly DivvyCloud) is a Cloud-Native Security Platform that provides real-time analysis and automated remediation for continuous security and compliance for your multi-cloud environment"


Expand Down
1 change: 1 addition & 0 deletions plugins/rapid7_insightcloudsec/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,7 @@ _This plugin does not contain any troubleshooting information._

# Version History

* 2.1.1 - Updated SDK to the latest version (v6.2.2) | Address vulnerabilities
* 2.1.0 - Updated SDK to the latest version | Adding a get resource id functionality
* 2.0.0 - Enable plugin to run in cloud | Remove actions using defective API endpoints
* 1.0.0 - Initial plugin | Add Get Account Details, Get Resource Details, List Resource Tags, Create Exemption, Remove Exemption, Detach Policy, Run Bot on Demand and Switch Organization actions
Expand Down
5 changes: 3 additions & 2 deletions plugins/rapid7_insightcloudsec/plugin.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ products: [insightconnect]
name: rapid7_insightcloudsec
title: Rapid7 InsightCloudSec
description: InsightCloudSec by Rapid7 (formerly DivvyCloud) is a Cloud-Native Security Platform that provides real-time analysis and automated remediation for continuous security and compliance for your multi-cloud environment
version: 2.1.0
version: 2.1.1
connection_version: 2
supported_versions: ["22.10.19"]
cloud_ready: true
Expand All @@ -15,7 +15,7 @@ resources:
vendor_url: https://www.rapid7.com
sdk:
type: "slim"
version: "6.1.3"
version: 6.2.2
user: nobody
key_features:
- "Create and remove an exemption"
Expand All @@ -30,6 +30,7 @@ requirements:
- "InsightCloudSec API key"
troubleshooting: "_This plugin does not contain any troubleshooting information._"
version_history:
- "2.1.1 - Updated SDK to the latest version (v6.2.2) | Address vulnerabilities"
- "2.1.0 - Updated SDK to the latest version | Adding a get resource id functionality"
- "2.0.0 - Enable plugin to run in cloud | Remove actions using defective API endpoints"
- "1.0.0 - Initial plugin | Add Get Account Details, Get Resource Details, List Resource Tags, Create Exemption, Remove Exemption, Detach Policy, Run Bot on Demand and Switch Organization actions"
Expand Down
2 changes: 1 addition & 1 deletion plugins/rapid7_insightcloudsec/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


setup(name="rapid7_insightcloudsec-rapid7-plugin",
version="2.1.0",
version="2.1.1",
description="InsightCloudSec by Rapid7 (formerly DivvyCloud) is a Cloud-Native Security Platform that provides real-time analysis and automated remediation for continuous security and compliance for your multi-cloud environment",
author="rapid7",
author_email="",
Expand Down
Loading