Configure Scan Engine integrations
Summarize
Summary of Configure Scan Engine integrations
Scan Engine integrations enable synchronization and governance across ServiceNow instances and external agile systems. These integrations help you compare technical debt, synchronize custom definitions and exception reasons, create user stories from findings, and enforce deployment policies for custom applications.
Show less
Key Features
- Definitions integration: Synchronizes definition overrides and custom definitions between non-production and production instances to maintain consistent rulesets.
- Exception reason integration: Synchronizes exception reasons, allowing approvals or rejections in production based on updates from non-production instances.
- User story integration: Automatically creates tasks for findings from ServiceNow into ServiceNow production, Jira, Azure DevOps, or other systems.
- Deployment and synchronization integrations:
- Update sets: Synchronizes update set summary scans to production from integrated instances.
- AES/AEMC: Enforces governance on custom app deployments by validating requests against admin-defined conditions before approval, blocking deployments if conditions fail.
- Other integration type: Allows creation of work items in any external system using custom payload scripting and basic authentication.
Prerequisites and Configuration Steps
- Create dedicated integration user accounts in both development and production environments with required roles (snse.scanengineadmin, snse.internalrestintegration, and admin for update set scans).
- Register each participating instance in the My SN Instances table, designating only one as production.
- Configure authentication using OAuth (recommended for production) or Basic Authentication.
- Validate instance connections using the Validate Connection action on each registered instance.
- Note that Azure DevOps and other external systems use basic auth records and API tokens configured in Scan Engine properties.
Platform Considerations
- Key Management Framework (KMF): Encrypts passwords instance-specifically, requiring password re-entry when sharing Auth records across instances.
- Approve any pending Scan Engine scripting scope requests in KMF before retrying authentication.
- Enable ECMAScript 2021 (ES12) mode in Scan Engine properties for modern JavaScript syntax support in User Story field mapping scripts.
Benefits for ServiceNow Customers
By configuring these integrations, customers can ensure consistent scanning rules across environments, streamline exception management, automate agile task creation, and enforce deployment governance. This leads to improved visibility, control, and efficiency in managing application security and technical debt across the ServiceNow platform and connected agile tools.
Scan Engine integrates with other ServiceNow instances and external agile systems to synchronize definitions, manage exception reasons, create user stories, and enforce governance over app deployments.
Scan Engine has the ability to integrate with your other environments running Impact so that you can:
- Compare technical debt across instances
- Sync custom definitions across instances
- Enable approvals for finding exceptions in production
- Create user stories from findings
The following integrations are available for the Scan Engine.
| Integration | Description |
|---|---|
| Definitions integration | Allows users to synchronize definition overrides and custom definitions between non-production and production instances. Ensuring a consistent ruleset is being applied throughout the instance stack. |
| Exception reason integration |
|
| User story integration | Creates tasks for findings from a ServiceNow instance to:
|
| Deployment and synchronization integrations |
|
Prerequisites
Most integrations share the same foundational setup. Complete the following before configuring any specific integration.
- Create an integration user account in development and production environments.
- Register your instance: Register each participating instance in the My SN Instances table. Only one instance in your stack may be designated as Production.
- Configure authentication using Basic or OAuth. OAuth is strongly recommended for all production environments. See Configure the OAuth authentication method development instance and Configure the OAuth authentication method production instance or Configure the Basic authentication method for details.
- Validate your instance connection: Validate each instance connection using the Validate Connection action on each My SN Instances record.
Role requirements
| Role | Purpose | Where required |
|---|---|---|
sn_se.scan_engine_admin |
Full admin access to Scan Engine configuration | Integration user on all instances |
sn_se.internal_rest_integration |
Allows REST calls between instances | Integration user on all instances |
admin |
Platform admin | Update Set Scans integration only |
Platform notes
- Key Management Framework (KMF)
- KMF replaced the Glide Encryptor class for encrypting
password_2fields. KMF encryption is instance-specific, an encrypted value from one instance cannot be decrypted on another. Any Auth record that crosses an instance boundary requires a password re-entry on the receiving instance. If a pending Scan Engine scripting scope request is blocking authentication, it must be approved in the Key Management Framework module access policies before retrying. - ECMAScript 2021 (ES12) mode
- For User Story integrations, enable ECMAScript 2021 (ES12) mode in Scan Engine Properties to use modern JavaScript syntax in field mapping scripts. Without this mode, only the application default JavaScript mode is available.