Skip to content

Commit

Permalink
SDK to 6.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rmurray-r7 committed Jan 21, 2025
1 parent d823324 commit 1a0267c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion plugins/rapid7_insightcloudsec/.CHECKSUM
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"spec": "bcd37d5fb21cbb2966fa4008c7707e4f",
"spec": "7ed31e9655008fc06b824a3f0164cbd2",
"manifest": "abe1c1678a97e7a903e4b2f0c66b5da1",
"setup": "15ed7d67c7b8ce5b766d8a537bd87a74",
"schemas": [
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.2.2
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-slim-plugin:6.2.3

LABEL organization=rapid7
LABEL sdk=python
Expand Down
4 changes: 2 additions & 2 deletions plugins/rapid7_insightcloudsec/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -490,11 +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.2) | Address vulnerabilities
* 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
Expand Down
7 changes: 4 additions & 3 deletions plugins/rapid7_insightcloudsec/plugin.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ resources:
vendor_url: https://www.rapid7.com
sdk:
type: "slim"
version: 6.2.2
version: 6.2.3
user: nobody
key_features:
- "Create and remove an exemption"
Expand All @@ -28,9 +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.2) | Address vulnerabilities"
- "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"
Expand Down

0 comments on commit 1a0267c

Please sign in to comment.