Skip to content

Commit

Permalink
plugin.spec sync
Browse files Browse the repository at this point in the history
  • Loading branch information
rmurray-r7 committed Jan 13, 2025
1 parent b40f3fd commit eb5a072
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
6 changes: 3 additions & 3 deletions plugins/servicenow/.CHECKSUM
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"spec": "54c8e0e0f797b20ec3522fb05155a98c",
"manifest": "73376d98e2bff91d1b395a79752520cf",
"setup": "5d17346bc99fad6e68e73382c791703e",
"spec": "2a4704425246ec97e6488027eb4cfa42",
"manifest": "de3b4607248ad49ab38f25c2899f629a",
"setup": "dead9576e6a14815dcb13463a4315083",
"schemas": [
{
"identifier": "create_change_request/schema.py",
Expand Down
2 changes: 1 addition & 1 deletion plugins/servicenow/bin/icon_servicenow
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ from sys import argv
Name = "ServiceNow"
Vendor = "rapid7"
Version = "8.0.4"
Description = "ServiceNow is a tool for managing incidents and configuration management. Using the ServiceNow plugin for Rapid7 InsightConnect, users can manage all aspects of incidents including creation, search, updates, as well as monitor them for changes"
Description = "[ServiceNow](https://www.servicenow.com/) is a tool for managing incidents and configuration management. This plugin allows users to manage all aspects of incidents including creation, search, and updates. Additionally, incident changes can be monitored and processed for use in a Rapid7 InsightConnect workflow.Note: This plugin affects only the underlying tables in a ServiceNow instance, not its UI. Hence, this plugin will work seamlessly with Virtual Task Boards"


def main():
Expand Down
4 changes: 2 additions & 2 deletions plugins/servicenow/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[ServiceNow](https://www.servicenow.com/) is a tool for managing incidents and configuration management. This plugin allows users to manage all aspects of incidents including creation, search, and updates. Additionally, incident changes can be monitored and processed for use in a Rapid7 InsightConnect workflow.

Note: This plugin affects only the underlying tables in a ServiceNow instance, not its UI. Hence, this plugin will work seamlessly with Virtual Task Boards.
Note: This plugin affects only the underlying tables in a ServiceNow instance, not its UI. Hence, this plugin will work seamlessly with Virtual Task Boards

# Key Features

Expand All @@ -17,7 +17,7 @@ Note: This plugin affects only the underlying tables in a ServiceNow instance, n
* ServiceNow username, password, client ID, and client secret (for OAuth authentication)
* ServiceNow instance name

Please note that to use certain actions it's necessary to use scopes that have permissions on certain tables. Depending on the actions, it's necessary to add specific auth scopes:
* Please note that to use certain actions it's necessary to use scopes that have permissions on certain tables. Depending on the actions, it's necessary to add specific auth scopes:

- Create/Read/Update/Delete Incident and Incident Attachments (table `incident` with permissions create/read/write/delete)
- Create/Read/Update/Delete Security Incident (table `sn_si_incident` with permissions create/read/write/delete)
Expand Down
5 changes: 3 additions & 2 deletions plugins/servicenow/plugin.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ extension: plugin
products: ["insightconnect"]
name: servicenow
title: ServiceNow
description: ServiceNow is a tool for managing incidents and configuration management. Using the ServiceNow plugin for Rapid7 InsightConnect, users can manage all aspects of incidents including creation, search, updates, as well as monitor them for changes
description: "[ServiceNow](https://www.servicenow.com/) is a tool for managing incidents and configuration management. This plugin allows users to manage all aspects of incidents including creation, search, and updates. Additionally, incident changes can be monitored and processed for use in a Rapid7 InsightConnect workflow.\n\nNote: This plugin affects only the underlying tables in a ServiceNow instance, not its UI. Hence, this plugin will work seamlessly with Virtual Task Boards"
version: 8.0.4
connection_version: 8
supported_versions: ["2023-10-28 Tokyo"]
Expand Down Expand Up @@ -36,7 +36,8 @@ key_features:
requirements:
- "ServiceNow username and password (for basic authentication)"
- "ServiceNow username, password, client ID, and client secret (for OAuth authentication) "
- "ServiceNow instance name"
- "ServiceNow instance name\n"
- "Please note that to use certain actions it's necessary to use scopes that have permissions on certain tables. Depending on the actions, it's necessary to add specific auth scopes:\n\n- Create/Read/Update/Delete Incident and Incident Attachments (table `incident` with permissions create/read/write/delete)\n- Create/Read/Update/Delete Security Incident (table `sn_si_incident` with permissions create/read/write/delete)\n- Create/Read/Update/Delete Vulnerability (table `sn_vul_vulnerable_item` with permissions create/read/write/delete)\n- Create Change Request (table `sn_chg_rest` with create permissions)"
links:
- "[ServiceNow](https://www.servicenow.com/)"
references:
Expand Down
2 changes: 1 addition & 1 deletion plugins/servicenow/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(name="servicenow-rapid7-plugin",
version="8.0.4",
description="ServiceNow is a tool for managing incidents and configuration management. Using the ServiceNow plugin for Rapid7 InsightConnect, users can manage all aspects of incidents including creation, search, updates, as well as monitor them for changes",
description="[ServiceNow](https://www.servicenow.com/) is a tool for managing incidents and configuration management. This plugin allows users to manage all aspects of incidents including creation, search, and updates. Additionally, incident changes can be monitored and processed for use in a Rapid7 InsightConnect workflow.Note: This plugin affects only the underlying tables in a ServiceNow instance, not its UI. Hence, this plugin will work seamlessly with Virtual Task Boards",
author="rapid7",
author_email="",
url="",
Expand Down

0 comments on commit eb5a072

Please sign in to comment.