---
sourceDocument: Yokohama IT Operations Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/yokohama/it-operations-management

 Release :

    - yokohama

ft:locale :

    - en-US

ft:publication_title :

    - Yokohama IT Operations Management

ft:clusterId :

    - itom

bundleId :

    - itom

workflow :

    - Technology


---

# Configure proxy bypass for container registries

# Configure proxy bypass for container registries {#ariaid-title1}

* Release version: Yokohama
* 
* Updated March 8, 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

Configure a proxy bypass for container image scans to reach specific internal or private registries that require a direct connection.

## Before you begin

* Verify that you have at least version 1.30.2 of Discovery and Service Mapping Patterns.
* Verify that you have configured a proxy on the MID Server. For more information, see [MID Server parameters](https://www.servicenow.com/docs/access?context=mid-server-parameters&version=yokohama&pubname=yokohama-servicenow-platform&ft:locale=en-US).

{#configure-container-proxy-bypass__ul_nmp_r2m_n3c}

Role required: discovery_admin

## About this task

When a proxy is configured on the MID Server, all container image scanning goes through that proxy by default. If some internal or private registries aren't reachable through the proxy, use the
sn_itom_pattern.container_image_scan_no_proxy system property to specify registries that the MID Server contacts directly.

## Procedure

1. In the navigation filter, enter <kbd class="ph userinput">sys_properties.list</kbd>.
2. In the Name column, search for <kbd class="ph userinput">sn_itom_pattern.container_image_scan_no_proxy</kbd>.
3. Select the sn_itom_pattern.container_image_scan_no_proxy system property.
4. In the Value field, enter the hosts, domains, or IP ranges that bypass the proxy, separated by commas.  
   Examples:
   * Hostname: internal.registry.mycompany.com
   * Domains: internal.mycompany.com,.internal.mycompany.com
   * IP ranges: 10.0.0.0/8,172.16.0.0/12
   * Hostname, domain, and IP ranges combined: internal.registry.mycompany.com,internal.mycompany.com,.internal.mycompany.com,10.0.0.0/8,172.16.0.0/12

   {#configure-container-proxy-bypass__ul_tnt_n5t_n3c}  
   Note:  
   To stop using the bypass, clear the values in this field.
5. Select Update.

## What to do next

Scan the container images. For more information, see [Scan container images](https://servicenow-prod.fluidtopics.net/7~3F3xLe_VZJrg5pPbWiAQ "Enable container image scanning using the Aqua Trivy tool.").

