Configuring AppScan integrations#

Manage your AppScan data.

AppScan 1.0.9 or later is supported.

This topic describes how to integrate AppScan into a value stream by modifying the value_stream_name.json file.

To define an integration, complete the following steps:

  1. On the Value Stream page, click Download value stream map. The value_stream_name.json is downloaded to the specified location.

  2. Using a text editor, define an integration object in the integrations array, or area, of the value_stream_name.json file.

    The following code example illustrate a typical integration.

    "integrations": [ { "type": "asocPlugin", "tenant_id": "", "name": "", "properties":{ "ucvAccessKey": "", "keyId" : "", "keySecret":"", "asocUrl":"" } } ]

  3. On the Value Stream page, click Replace value stream map, and then select the modified file.

    For more information about creating value stream integrations, see About value stream integrations.

Objects from the integrated AppScan instance appear in stages of the value stream, and the integration is listed on the Integrations page in the web UI.