diff --git a/REUSE.toml b/REUSE.toml index d43e6bc..d9edf38 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -24,7 +24,7 @@ SPDX-FileCopyrightText = "Copyright (c) 2013-Present CloudFoundry.org Foundation SPDX-License-Identifier = "Apache-2.0" [[annotations]] -path = "integration.json" +path = ["integration.json", "registries.json"] precedence = "override" SPDX-FileCopyrightText = "Copyright (c) 2013-Present CloudFoundry.org Foundation, Inc. All Rights Reserved." SPDX-License-Identifier = "Apache-2.0" diff --git a/registries.json b/registries.json new file mode 100644 index 0000000..a6da9a5 --- /dev/null +++ b/registries.json @@ -0,0 +1,4 @@ +{ + "dockerhub": false, + "GCR": false +}