Skip to content

Commit

Permalink
Update plugin.spec
Browse files Browse the repository at this point in the history
  • Loading branch information
rmurray-r7 committed Jan 7, 2025
1 parent 85dbd8e commit a4a6515
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions plugins/rapid7_insight_agent/.CHECKSUM
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"spec": "3ea8076dfb3cb04ad6239462632ca27e",
"spec": "068f90d6f4a93addc62a6c00ad1aa085",
"manifest": "fbc1b04c51c6c8816dac6cee216341c2",
"setup": "7f65232e4808ae89ad79c06f1b2dc5a2",
"schemas": [
Expand All @@ -9,7 +9,7 @@
},
{
"identifier": "get_agent_details/schema.py",
"hash": "8b95862344f318fbe4593d8c9710caef"
"hash": "5b09dc2d9e61e0d0f0ebedfab722b120"
},
{
"identifier": "get_all_agents_by_ip/schema.py",
Expand Down
2 changes: 0 additions & 2 deletions plugins/rapid7_insight_agent/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ LABEL sdk=python

WORKDIR /python/src



ADD ./plugin.spec.yaml /plugin.spec.yaml
ADD ./requirements.txt /python/src/requirements.txt

Expand Down
2 changes: 1 addition & 1 deletion plugins/rapid7_insight_agent/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion plugins/rapid7_insight_agent/plugin.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a4a6515

Please sign in to comment.