Disable dockerfile scanning in CI (#4967)

This commit is contained in:
Larry Osterman 2023-09-19 16:53:34 -07:00 committed by GitHub
parent 04409f28df
commit f561b97ddb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 0 deletions

View File

@ -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<github.com/LarryOsterman>"

View File

@ -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<github.com/LarryOsterman>"

View File

@ -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<github.com/LarryOsterman>"

View File

@ -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<github.com/LarryOsterman>"