Skip to content

Commit

Permalink
remove username from TODOs
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Savintsev <[email protected]>
  • Loading branch information
dmitris committed Jul 9, 2024
1 parent 7f15c9a commit 879e109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cosign/cli/verify/verify_blob.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ func (c *VerifyBlobCmd) Exec(ctx context.Context, blobRef string) error {
return err
}
case c.CARoots != "":
// TODO(dmitris) insert CA roots + intermediates into the signature options for verification
// TODO insert CA roots + intermediates into the signature options for verification
}

// Gather the cert for the signature and add the cert along with the
Expand Down

0 comments on commit 879e109

Please sign in to comment.