/
githubmirror
/
terraform
Обзор
Документация
Войти
/
githubmirror
/
terraform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/releaseauth/doc.go
10 строк
474 B
Radek Simko
make copyrightfix
17 фев 2026, 16:56
17 фев 2026, 16:56
0fe906f
Код
Авторство
О чём код?
// Copyright IBM Corp. 2014, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package releaseauth helps authenticates archives downloaded from a service // like releases.hashicorp.com by providing some simple authentication tools: // // 1. Matching reported SHA-256 hash against a standard SHA256SUMS file. // 2. Calculates the SHA-256 checksum of an archive and compares it against a reported hash. // 3. Ensures the checksums were signed by HashiCorp. package releaseauth