Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 051f6ba

Browse files
authored
Ensure all GPG key servers use SSL (#1707)
1 parent 6b5a545 commit 051f6ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

script-library/shared/settings.env

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ HELM_GPG_KEYS_URI="https://raw.githubusercontent.com/helm/helm/main/KEYS"
2020
MICROSOFT_GPG_KEYS_URI="https://packages.microsoft.com/keys/microsoft.asc"
2121
TFLINT_GPG_KEY_URI="https://raw.githubusercontent.com/terraform-linters/tflint/master/8CE69160EB3F2FE9.key"
2222
GO_GPG_KEY_URI="https://dl.google.com/linux/linux_signing_key.pub"
23-
GPG_KEY_SERVERS="keyserver hkp://keyserver.ubuntu.com:80
23+
GPG_KEY_SERVERS="keyserver hkps://keyserver.ubuntu.com
2424
keyserver hkps://keys.openpgp.org
25-
keyserver hkp://keyserver.pgp.com"
25+
keyserver hkps://keyserver.pgp.com"
2626
AWSCLI_GPG_KEY=FB5DB77FD5C118B80511ADA8A6310ACC4672475C
2727
AWSCLI_GPG_KEY_MATERIAL="-----BEGIN PGP PUBLIC KEY BLOCK-----
2828

@@ -54,4 +54,4 @@ YLZATHZKTJyiqA==
5454
=vYOk
5555
-----END PGP PUBLIC KEY BLOCK-----"
5656
DOCKER_IN_DOCKER_MOBY_ARCHIVE_VERSION_CODENAMES="buster bullseye bionic focal jammy"
57-
DOCKER_IN_DOCKER_LICENSED_ARCHIVE_VERSION_CODENAMES="buster bullseye bionic focal hirsute impish jammy"
57+
DOCKER_IN_DOCKER_LICENSED_ARCHIVE_VERSION_CODENAMES="buster bullseye bionic focal hirsute impish jammy"

0 commit comments

Comments
 (0)