Skip to content

Commit

Permalink
CLI attestation changes
Browse files Browse the repository at this point in the history
CLI attestation changes

Add all modes to CLI changes updates

Remove old attestation validateion command

Make updates based on PR reviews

Disable depreciated linter

Linter fixes

Resolve conflicts

resolve go.mod errors

Use previous version of go-sev-guest

Modify tests

Remove tdx attestation

Fix error messages printing

Add tests

Fix CI failures

Do proper error handling
  • Loading branch information
dorcaslitunya committed Feb 11, 2025
1 parent 3e99214 commit dd2bed3
Show file tree
Hide file tree
Showing 6 changed files with 1,625 additions and 97 deletions.
2 changes: 1 addition & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ linters:
- dogsled
- errchkjson
- errname
- execinquery
- copyloopvar
- ginkgolinter
- gocheckcompilerdirectives
Expand All @@ -78,3 +77,4 @@ linters:
- mirror
- nakedret
- dupword

Loading

0 comments on commit dd2bed3

Please sign in to comment.