From a4a6515c9dcb3ac6a706985008c70c99110cd0b2 Mon Sep 17 00:00:00 2001 From: rjmurray Date: Tue, 7 Jan 2025 13:52:51 +0000 Subject: [PATCH] Update plugin.spec --- plugins/rapid7_insight_agent/.CHECKSUM | 4 ++-- plugins/rapid7_insight_agent/Dockerfile | 2 -- plugins/rapid7_insight_agent/help.md | 2 +- .../actions/get_agent_details/schema.py | 2 +- plugins/rapid7_insight_agent/plugin.spec.yaml | 2 +- 5 files changed, 5 insertions(+), 7 deletions(-) diff --git a/plugins/rapid7_insight_agent/.CHECKSUM b/plugins/rapid7_insight_agent/.CHECKSUM index 6ec71985e7..e4d759d8e6 100644 --- a/plugins/rapid7_insight_agent/.CHECKSUM +++ b/plugins/rapid7_insight_agent/.CHECKSUM @@ -1,5 +1,5 @@ { - "spec": "3ea8076dfb3cb04ad6239462632ca27e", + "spec": "068f90d6f4a93addc62a6c00ad1aa085", "manifest": "fbc1b04c51c6c8816dac6cee216341c2", "setup": "7f65232e4808ae89ad79c06f1b2dc5a2", "schemas": [ @@ -9,7 +9,7 @@ }, { "identifier": "get_agent_details/schema.py", - "hash": "8b95862344f318fbe4593d8c9710caef" + "hash": "5b09dc2d9e61e0d0f0ebedfab722b120" }, { "identifier": "get_all_agents_by_ip/schema.py", diff --git a/plugins/rapid7_insight_agent/Dockerfile b/plugins/rapid7_insight_agent/Dockerfile index 37b5d97286..cfd0c6f71e 100755 --- a/plugins/rapid7_insight_agent/Dockerfile +++ b/plugins/rapid7_insight_agent/Dockerfile @@ -5,8 +5,6 @@ LABEL sdk=python WORKDIR /python/src - - ADD ./plugin.spec.yaml /plugin.spec.yaml ADD ./requirements.txt /python/src/requirements.txt diff --git a/plugins/rapid7_insight_agent/help.md b/plugins/rapid7_insight_agent/help.md index 9edc4a5e89..15f7e3cb01 100644 --- a/plugins/rapid7_insight_agent/help.md +++ b/plugins/rapid7_insight_agent/help.md @@ -79,7 +79,7 @@ Example output: ``` #### Get Agent Details - + This action is used to find and display detailed information about a device. If additional pages of agents are available, the action should be run again with the returned next cursor diff --git a/plugins/rapid7_insight_agent/icon_rapid7_insight_agent/actions/get_agent_details/schema.py b/plugins/rapid7_insight_agent/icon_rapid7_insight_agent/actions/get_agent_details/schema.py index 376e98f793..0948736c9e 100755 --- a/plugins/rapid7_insight_agent/icon_rapid7_insight_agent/actions/get_agent_details/schema.py +++ b/plugins/rapid7_insight_agent/icon_rapid7_insight_agent/actions/get_agent_details/schema.py @@ -4,7 +4,7 @@ class Component: - DESCRIPTION = "This action is used to find and display detailed information about a device. If additional pages of agents are available, the action should be run again with the returned next cursor" + DESCRIPTION = "Find and display detailed information about a device. If additional pages of agents are available, the action should be run again with the returned next cursor" class Input: diff --git a/plugins/rapid7_insight_agent/plugin.spec.yaml b/plugins/rapid7_insight_agent/plugin.spec.yaml index 69ebff2b8b..be09740d28 100644 --- a/plugins/rapid7_insight_agent/plugin.spec.yaml +++ b/plugins/rapid7_insight_agent/plugin.spec.yaml @@ -291,7 +291,7 @@ actions: required: false get_agent_details: title: Get Agent Details - description: "This action is used to find and display detailed information about a device. If additional pages of agents are available, the action should be run again with the returned next cursor" + description: Find and display detailed information about a device. If additional pages of agents are available, the action should be run again with the returned next cursor input: agent: title: Agent