Skip to content

Commit f7042fa

Browse files
committed
fix(aws-cli): Add GPG key retrieval for SAM CLI signature verification
1 parent 7a4d352 commit f7042fa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/aws-cli/install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ install_sam_standalone() {
8989
sam_sig_filename="${sam_filename}.sig"
9090
curl -sSL -o "${tmp_dir}/${sam_sig_filename}" "${sam_url}.sig"
9191

92+
gpg --keyserver keyserver.ubuntu.com --recv-keys C7A05F43FE0ADDFA || true
9293
echo_msg "Importing the primary public key..."
9394
gpg --import "sam-primary-public-key.txt"
9495

0 commit comments

Comments
 (0)