update table column headers

Signed-off-by: Meredith Lancaster <malancas@github.com>
This commit is contained in:
Meredith Lancaster 2025-01-08 13:27:38 -07:00
parent b48471bf0d
commit c2fdac272c

View file

@ -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