Skip to content

Commit

Permalink
[Rapid7_Nexpose] MyPy In Docker (#37998)
Browse files Browse the repository at this point in the history
* fix

* RN
  • Loading branch information
shmuel44 authored Jan 8, 2025
1 parent 6b6d18d commit 5d11e63
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5186,7 +5186,7 @@ def start_site_scan_command(client: Client, site_id: str | None = None, site_nam
scan_response = client.start_site_scan(
site_id=site.id,
scan_name=name if name else f"scan {datetime.now()}",
hosts=argToList(hosts) if hosts else None,
hosts=argToList(hosts) if hosts else None, # type: ignore[arg-type]
)

if not scan_response or "id" not in scan_response:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2527,7 +2527,7 @@ script:
script: '-'
type: python
subtype: python3
dockerimage: demisto/python3:3.11.10.116949
dockerimage: demisto/python3:3.11.11.1940698
fromversion: 5.0.0
tests:
- nexpose_test
6 changes: 6 additions & 0 deletions Packs/Rapid7_Nexpose/ReleaseNotes/1_2_27.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Integrations

##### Rapid7 InsightVM

Updated the Docker image to: *demisto/python3:3.11.11.1940698*.
2 changes: 1 addition & 1 deletion Packs/Rapid7_Nexpose/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Rapid7 InsightVM",
"description": "Vulnerability management solution to help reduce threat exposure.",
"support": "xsoar",
"currentVersion": "1.2.26",
"currentVersion": "1.2.27",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down

0 comments on commit 5d11e63

Please sign in to comment.