Skip to content

Commit

Permalink
feat: add gpg verification during opentofu installation
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasiiakozlova245 committed Jan 25, 2024
1 parent 1bcb4a9 commit 10077e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libexec/tofuenv-install
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ if [[ -f "${TOFUENV_CONFIG_DIR}/use-gnupg" ]]; then
download_signature;
# Deliberately unquoted command, in case caller has something fancier in "use-gnupg".
# Also, don't use batch mode. If someone specifies GnuPG, let them deal with any prompting.
echo yes
${gnupg_command} \
--verify "${download_tmp}/${shasums_sig}" \
"${download_tmp}/${shasums_name}" \
Expand Down

0 comments on commit 10077e0

Please sign in to comment.