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 10077e0 commit 4c2c9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libexec/tofuenv-install
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ elif [[ -f "${TOFUENV_CONFIG_DIR}/use-gpgv" ]]; then
# fi;
else
# Warning about this avoids an unwarranted sense of confidence in the SHA check
log 'warn' "Not instructed to use Local PGP (${TOFUENV_CONFIG_DIR}/use-{gpgv,gnupg}), skipping OpenPGP signature verification";
log 'warn' "Not instructed to use Local GPG (${TOFUENV_CONFIG_DIR}/use-{gpgv,gnupg}), skipping GnuPG signature verification";
fi;

if [[ -n "${shasum_bin}" && -x "${shasum_bin}" ]]; then
Expand Down

0 comments on commit 4c2c9d8

Please sign in to comment.