mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-18 03:54:37 -04:00
attestationconfigapi: revise upload frequency (#3238)
* Add attestationconfigapi compare command * Only upload the lowest version for each verify test --------- Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
a6b0885f18
commit
6c24963570
8 changed files with 153 additions and 50 deletions
|
@ -10,6 +10,7 @@ go_binary(
|
|||
go_library(
|
||||
name = "cli_lib",
|
||||
srcs = [
|
||||
"compare.go",
|
||||
"delete.go",
|
||||
"main.go",
|
||||
"upload.go",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue