diff --git a/pkg/cmd/attestation/verify/verify.go b/pkg/cmd/attestation/verify/verify.go index 73987d8a2..b0d82be3c 100644 --- a/pkg/cmd/attestation/verify/verify.go +++ b/pkg/cmd/attestation/verify/verify.go @@ -271,7 +271,7 @@ func runVerify(opts *Options) error { return err } - headers := []string{"signer repo", "signer workflow", "build repo", "build workflow"} + headers := []string{"signer repo", "signer workflow", "builder repo", "builder workflow"} if err = opts.Logger.PrintTable(headers, tableContent); err != nil { opts.Logger.Println(opts.Logger.ColorScheme.Red("failed to print attestation details to table")) return err