Discovering containerized applications
Using Concert Workflows, you can run auto-discovery workflows to identify and ingest containerized applications running on virtual machines (VMs).
- Discover Container Image Metrics: Identifies and collects container image metrics on the target VM by using Docker inspection commands.
- Scan Images: Runs Trivy and Syft scans on the discovered container images and ingests the image scan data and Software Bill of Materials (SBOMs) into Concert.
- Automatically discover containerized applications running on a target VM.
- Generate and upload SBOMs for the discovered applications to your Concert instance.
- Create or verify resilience profiles for the discovered applications, and generate posture assessments aligned with the defined non-functional requirements (NFRs) for docker_containers_profile.
- Upload the resilience findings to the evidence locker (EL), and verify the upload status.
- Expose the workflow for asynchronous execution to generate and manage scan files for each container image.
After running the workflow, you can view the discovered applications in Concert Inventory and review the associated resilience assessment results in the Resilience dimension.
Before you begin
- The target VM is running and hosts the containerized applications that you want to discover.
Note: The discovery workflows currently support only container images that use the
<registry>/<repository>/<imageName>[:tag]structure. Images started without specifying a registry (for example, default Docker Hub images such asnginx,redis,postgres, oralpine) are not discovered. - The target VM has Docker or an equivalent container runtime installed. If Docker is not installed, run the following command:
yum install podman-docker -y - You have SSH access to the target VM with root privileges.
Step 1: Import the prebuilt workflows
- In Concert Workflows, go to the Workflows page.
- You can do one of the following:
- Click . OR
- To import the workflows, do the following:
For more information about importing Concert-specific workflows into Concert Workflows, see Creating workflows.
Step 2: Create the required authentications
Before you run the discovery workflow, make sure that you provide all required credentials in the Details section. These credentials allow Concert to authenticate with the target environment, hub services, and cluster endpoints.
- Select an integration: Select an integration.
- Enter the workflow details: Select the workflow details.
- Env name: Enter the name of the Concert environment where the workflow will run. This must match the exact name of an environment already created or tracked under Environment inventory > Environments within your Concert instance.
- Hub auth pliant: Enter the credential used to authenticate with the Concert hub.
- Ssh auth: SSH key used for node or agent access, if required by your workflow.
- User credential: Concert user identity under which the workflow runs.
You can now create authentications from the Authentications page or from within the workflow editor by opening a workflow and clicking the Auth button. Refer to Using authentications for instructions.
The workflow requires the following authentications to establish a valid connection with the external systems referenced in the configuration:
-
Create an authentication for the IBM Hub - Self (recommended) or IBM Concert API Key service to establish a connection with your Concert instance. If using the IBM Concert API Key option, you must provide additional details to create the authentication, including the protocol, host, instance ID, API key type (usually
C_API_Key), and the API key secret. Refer to Authenticating from Concert Workflows to Concert.
Note: If you have already created an IBM Hub - Self or IBM Concert API Key for use with another application, you need not create another one. You can reuse this authentication across multiple workflows. -
Create an authentication for the IBM Hub - Self for Pliant. This authentication is required to expose the workflow and enable interaction with the underlying Pliant automation blocks.

-
Create an authentication for the SSH service for the VM from which images are pulled. The authentication configuration requires you to specify the Host, Port (default is 22), and Username associated with the VM. Optionally, you can also specify a Password and RSA private key details.

Step 3: Expose the workflow for asynchronous execution
- Go to Workflows in your Concert Workflows instance.
Figure 1. Go to Workflows
- Select each of the following workflows:
Discover Container Image MetricsScan Images
- For each workflow, click the More options (⋮) icon and select Expose externally.
Figure 2. Expose externally
- Select the Asynchronous execution checkbox.
- Click Expose to make the workflow available for Containerized applications discovery.
Figure 3. Click Expose
- When exposing the Scan Images workflow, specify the Exposure path as /scan_images.
Figure 4. Exposure path for Scan Images workflow
Prerequisites
- Ensure to pull the latest version of the
ibm-concert-auto-mod.Theibm-concert-auto-modshould match your Concert version and tag the image as follows:docker pull cp.icr.io/cp/concert/ibm-concert-auto-mod:v2.0.0-503-20250706.234002-main docker tag cp.icr.io/cp/concert/ibm-concert-auto-mod:v2.0.0-503-20250706.234002-main \ cp.icr.io/cp/concert/ibm-concert-auto-mod:v1 - Verify and update the scan output folder location.
In the Scan Images workflow, update the fileSystem input variable to point to a valid directory on the VM.
- On the VM, run
pwdto identify the current working directory. - Append the scan-reports (for example,
"folderLocation": "/root/scan-reports”) to this path and use the resulting value forfolderLocation.
Note:Ensure that the output folder exists for storing scan result files. You can specify the desired folder location in the variable type object
fileSystemby updating the value offolderLocation.appropriate read and write permissions for the user running the Docker container.
- On the VM, run
- Ensure to pull the latest version of the
Next steps
- Go to the Concert home page.
- Click Discover your data.
- Select Containerized applications.
- Select the
Discover Container Image Metricsworkflow. - Provide the required input values:
- Concert C API key: Create an authentication of type Concert API key that includes the API key. For more information, see Generating an API key.
- Environment name: Specify the environment where you want to run the discovery.
- Hub auth pliant: Select the
hub_auth_pliantauthentication created earlier. - SSH auth: Select the SSH authentication for the target VM.
- Click Next to start the discovery process.
After the workflow completes, you can view the discovered applications and their resilience assessments in Concert. For details, see Discovering applications and clusters.
Advanced settings and filters
Concert auto-discovery uses Trivy and Syft to scan images and their layers for resilience. The Trivy tool, enabled by default, performs scans on images and application components, and then returns a common vulnerabilities and exposure (CVE) assessment.
Advanced settings give you the option to have Trivy bypass vulnerability scans after the initial scan has been validated, which is useful when an application cannot be detected or when there are multiple versions.
- Go to the Concert home page.
- Click Discover your data.
- Enter and validate the name and credentials of the VM or cluster you want to scan.
- Click the Advanced settings & filters menu, and toggle off the Trivy scan.
- Click Next.
- On the Discover page, choose a frequency, and select the namespaces you want to scan.
- Click Next to continue the discovery process.