@enterprise-cmcs/macpro-security-hub-sync
Advanced tools
Comparing version 1.10.1 to 1.10.2
@@ -213,3 +213,3 @@ "use strict"; | ||
fields: { | ||
summary: `SecurityHub Finding - ${finding.title}`, | ||
summary: `SecurityHub Finding - ${finding.title}`.substring(0, 255), | ||
description: this.createIssueBody(finding), | ||
@@ -216,0 +216,0 @@ issuetype: { name: "Task" }, |
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "1.10.1", | ||
"version": "1.10.2", | ||
"description": "NPM module to create Jira issues for all findings in Security Hub for the current AWS account..", | ||
@@ -10,0 +10,0 @@ "main": "./dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
47607