replace tuftool with tufcli - #94
Conversation
PR Summary by QodoReplace tuftool with tufcli and add Go install strategy
AI Description
Diagram
High-Level Assessment
Files changed (12)
|
Code Review by Qodo
1.
|
|
Code review by qodo was updated up to the latest commit 3764d50 |
Signed-off-by: Firas Ghanmi <fghanmi@redhat.com>
sampras343
left a comment
There was a problem hiding this comment.
If this is alright for this version and the changes would be made after the 1.5 release, then no problems. LGTM.
Signed-off-by: Firas Ghanmi <fghanmi@redhat.com>
Assisted with Claude Code.
Description
Why
tuftool is being replaced by tufcli. Since TAS 1.5 has not been released yet, tufcli is not available as a pre-built binary through the existing download strategies (cgw, openshift, etc.). As a workaround, we install it from the Go module
github.com/securesign/tufclivia go install. Once TAS 1.5 ships with a tufcli binary, the client can be switched back toPreferredSetupStrategy().