mirror of
https://github.com/siderolabs/talos.git
synced 2025-11-02 17:31:11 +01:00
This is a port of ukify.py and systemd-measure from systemd. This requires no actual TPM to be present to calculate the PCR signatures. Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com> Signed-off-by: Noel Georgi <git@frezbo.dev>
13 lines
166 B
Plaintext
13 lines
166 B
Plaintext
go 1.19
|
|
|
|
use (
|
|
.
|
|
./hack/cloud-image-uploader
|
|
./hack/docgen
|
|
./hack/gotagsrewrite
|
|
./hack/module-sig-verify
|
|
./hack/structprotogen
|
|
./hack/ukify
|
|
./pkg/machinery
|
|
)
|