Skip to content

Commit

Permalink
SOAR-18525: bump to latest buildpack for IVM (#3020)
Browse files Browse the repository at this point in the history
  • Loading branch information
joneill-r7 committed Dec 23, 2024
1 parent 21e7d03 commit 6e12ee1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions plugins/rapid7_insightvm/.CHECKSUM
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"spec": "6099ff1718aec952d1591cda08e21497",
"manifest": "f2a7c7fc917326def786ef96670f98d5",
"setup": "f07635c7bdffcd4737a2ff58f82232ab",
"spec": "56723b3b629afb9f25004fc228cc4270",
"manifest": "21c5769aa39fc81c6b1539f6a274836c",
"setup": "acf3a983a67ab01ab4061df14bb7c0b6",
"schemas": [
{
"identifier": "add_scan_engine_pool_engine/schema.py",
Expand Down
2 changes: 1 addition & 1 deletion plugins/rapid7_insightvm/bin/komand_rapid7_insightvm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ from sys import argv

Name = "Rapid7 InsightVM Console"
Vendor = "rapid7"
Version = "8.0.8"
Version = "8.0.9"
Description = "InsightVM is a powerful vulnerability management tool which finds, prioritizes, and remediates vulnerabilities. This plugin uses an orchestrator to get top remediations, scan results and start scans"


Expand Down
1 change: 1 addition & 0 deletions plugins/rapid7_insightvm/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -4012,6 +4012,7 @@ Example output:

# Version History

* 8.0.9 - Address vulnerabilities in buildpack
* 8.0.8 - Bumping requirements.txt | SDK bump to 6.2.2
* 8.0.7 - Bumping requirements.txt | SDK bump to 6.2.0
* 8.0.6 - Trigger `New Exception Request`: Updated the trigger with retry mechanism
Expand Down
3 changes: 2 additions & 1 deletion plugins/rapid7_insightvm/plugin.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ products: [insightconnect]
name: rapid7_insightvm
title: Rapid7 InsightVM Console
description: InsightVM is a powerful vulnerability management tool which finds, prioritizes, and remediates vulnerabilities. This plugin uses an orchestrator to get top remediations, scan results and start scans
version: 8.0.8
version: 8.0.9
connection_version: 8
supported_versions: ["Rapid7 InsightVM API v3 2022-05-25"]
fedramp_ready: true
Expand All @@ -26,6 +26,7 @@ links:
references:
- "[InsightVM API 3](https://help.rapid7.com/insightvm/en-us/api/index.html)"
version_history:
- "8.0.9 - Address vulnerabilities in buildpack"
- "8.0.8 - Bumping requirements.txt | SDK bump to 6.2.2"
- "8.0.7 - Bumping requirements.txt | SDK bump to 6.2.0"
- "8.0.6 - Trigger `New Exception Request`: Updated the trigger with retry mechanism"
Expand Down
2 changes: 1 addition & 1 deletion plugins/rapid7_insightvm/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


setup(name="rapid7_insightvm-rapid7-plugin",
version="8.0.8",
version="8.0.9",
description="InsightVM is a powerful vulnerability management tool which finds, prioritizes, and remediates vulnerabilities. This plugin uses an orchestrator to get top remediations, scan results and start scans",
author="rapid7",
author_email="",
Expand Down

0 comments on commit 6e12ee1

Please sign in to comment.