From 6e28e5ef3a5afb5aa057907e92dbd09449c56e4a Mon Sep 17 00:00:00 2001 From: rmurray-r7 Date: Tue, 21 Jan 2025 10:55:08 +0000 Subject: [PATCH] SDK to 6.2.3 (#3056) --- plugins/rapid7_insightcloudsec/.CHECKSUM | 6 +++--- plugins/rapid7_insightcloudsec/Dockerfile | 2 +- plugins/rapid7_insightcloudsec/help.md | 3 ++- plugins/rapid7_insightcloudsec/plugin.spec.yaml | 8 +++++--- 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/plugins/rapid7_insightcloudsec/.CHECKSUM b/plugins/rapid7_insightcloudsec/.CHECKSUM index 080ccf319e..41ad782f42 100644 --- a/plugins/rapid7_insightcloudsec/.CHECKSUM +++ b/plugins/rapid7_insightcloudsec/.CHECKSUM @@ -1,7 +1,7 @@ { - "spec": "b9c8c812633bd9bd84b2ee5507f8f45c", - "manifest": "6d8a32bc07e7bba543fc6414c5d1b4e1", - "setup": "71ad12e7c7d1db068e83d1f3b3b2506d", + "spec": "7ed31e9655008fc06b824a3f0164cbd2", + "manifest": "abe1c1678a97e7a903e4b2f0c66b5da1", + "setup": "15ed7d67c7b8ce5b766d8a537bd87a74", "schemas": [ { "identifier": "create_exemption/schema.py", diff --git a/plugins/rapid7_insightcloudsec/Dockerfile b/plugins/rapid7_insightcloudsec/Dockerfile index f4217330ec..b775737473 100755 --- a/plugins/rapid7_insightcloudsec/Dockerfile +++ b/plugins/rapid7_insightcloudsec/Dockerfile @@ -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.3 LABEL organization=rapid7 LABEL sdk=python diff --git a/plugins/rapid7_insightcloudsec/help.md b/plugins/rapid7_insightcloudsec/help.md index 085898c1eb..93570cd526 100644 --- a/plugins/rapid7_insightcloudsec/help.md +++ b/plugins/rapid7_insightcloudsec/help.md @@ -490,10 +490,11 @@ Example output: ## Troubleshooting -_This plugin does not contain any troubleshooting information._ +* This plugin does not contain any troubleshooting information # Version History +* 2.1.1 - Updated SDK to the latest version (v6.2.3) | 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 diff --git a/plugins/rapid7_insightcloudsec/plugin.spec.yaml b/plugins/rapid7_insightcloudsec/plugin.spec.yaml index cb3ecdf2be..f5dde2cf45 100644 --- a/plugins/rapid7_insightcloudsec/plugin.spec.yaml +++ b/plugins/rapid7_insightcloudsec/plugin.spec.yaml @@ -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 @@ -15,7 +15,7 @@ resources: vendor_url: https://www.rapid7.com sdk: type: "slim" - version: "6.1.3" + version: 6.2.3 user: nobody key_features: - "Create and remove an exemption" @@ -28,8 +28,10 @@ key_features: - "Switch organization" requirements: - "InsightCloudSec API key" -troubleshooting: "_This plugin does not contain any troubleshooting information._" +troubleshooting: + - "This plugin does not contain any troubleshooting information" version_history: + - "2.1.1 - Updated SDK to the latest version (v6.2.3) | 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"