update table column headers
Signed-off-by: Meredith Lancaster <malancas@github.com>
This commit is contained in:
parent
b48471bf0d
commit
c2fdac272c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue