scan/consts.go (4 lines of code) (raw):
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
package scan
const (
// DockerHubRegistry is the docker hub registry
DockerHubRegistry = "registry.hub.docker.com"
)