From f561b97ddb196fe1c9094893a660d7f540bc274b Mon Sep 17 00:00:00 2001 From: Larry Osterman Date: Tue, 19 Sep 2023 16:53:34 -0700 Subject: [PATCH] Disable dockerfile scanning in CI (#4967) --- .../azure-core/test/ut/proxy_tests/localproxy.passwd/Dockerfile | 1 + sdk/core/azure-core/test/ut/proxy_tests/localproxy/Dockerfile | 1 + .../azure-core/test/ut/proxy_tests/remoteproxy.passwd/Dockerfile | 1 + sdk/core/azure-core/test/ut/proxy_tests/remoteproxy/Dockerfile | 1 + 4 files changed, 4 insertions(+) diff --git a/sdk/core/azure-core/test/ut/proxy_tests/localproxy.passwd/Dockerfile b/sdk/core/azure-core/test/ut/proxy_tests/localproxy.passwd/Dockerfile index a96601dd9..5b1a57701 100644 --- a/sdk/core/azure-core/test/ut/proxy_tests/localproxy.passwd/Dockerfile +++ b/sdk/core/azure-core/test/ut/proxy_tests/localproxy.passwd/Dockerfile @@ -2,6 +2,7 @@ # Copyright (c) Microsoft Corporation. # Licensed under the MIT License. +# DisableDockerDetector "This was used for testing in the past. If such testing can be supported in the future this container will be used again." FROM ubuntu/squid LABEL maintainer "Larry Osterman" diff --git a/sdk/core/azure-core/test/ut/proxy_tests/localproxy/Dockerfile b/sdk/core/azure-core/test/ut/proxy_tests/localproxy/Dockerfile index 28d4dadce..ac2958893 100644 --- a/sdk/core/azure-core/test/ut/proxy_tests/localproxy/Dockerfile +++ b/sdk/core/azure-core/test/ut/proxy_tests/localproxy/Dockerfile @@ -2,6 +2,7 @@ # Copyright (c) Microsoft Corporation. # Licensed under the MIT License. +# DisableDockerDetector "This was used for testing in the past. If such testing can be supported in the future this container will be used again." FROM ubuntu/squid LABEL maintainer "Larry Osterman" diff --git a/sdk/core/azure-core/test/ut/proxy_tests/remoteproxy.passwd/Dockerfile b/sdk/core/azure-core/test/ut/proxy_tests/remoteproxy.passwd/Dockerfile index 4736fc332..0089cdfab 100644 --- a/sdk/core/azure-core/test/ut/proxy_tests/remoteproxy.passwd/Dockerfile +++ b/sdk/core/azure-core/test/ut/proxy_tests/remoteproxy.passwd/Dockerfile @@ -2,6 +2,7 @@ # Copyright (c) Microsoft Corporation. # Licensed under the MIT License. +# DisableDockerDetector "This was used for testing in the past. If such testing can be supported in the future this container will be used again." FROM ubuntu/squid LABEL maintainer "Larry Osterman" diff --git a/sdk/core/azure-core/test/ut/proxy_tests/remoteproxy/Dockerfile b/sdk/core/azure-core/test/ut/proxy_tests/remoteproxy/Dockerfile index 28d4dadce..ac2958893 100644 --- a/sdk/core/azure-core/test/ut/proxy_tests/remoteproxy/Dockerfile +++ b/sdk/core/azure-core/test/ut/proxy_tests/remoteproxy/Dockerfile @@ -2,6 +2,7 @@ # Copyright (c) Microsoft Corporation. # Licensed under the MIT License. +# DisableDockerDetector "This was used for testing in the past. If such testing can be supported in the future this container will be used again." FROM ubuntu/squid LABEL maintainer "Larry Osterman"