refactor: add subcommands and separate functionality from artifacts a… (#231)

* refactor: add subcommands and separate functionality from artifacts and images

Signed-off-by: Asra Ali <asraa@google.com>
This commit is contained in:
asraa
2022-09-06 17:10:58 -05:00
committed by GitHub
parent 0211941480
commit ff0ced42ef
13 changed files with 591 additions and 234 deletions

View File

@@ -22,10 +22,10 @@ jobs:
go mod vendor
# Build cli
go build -mod=vendor -o slsa-verifier ./cli/slsa-verifier/main.go
go build -mod=vendor -o slsa-verifier ./cli/slsa-verifier/
# Builder service
go build -mod=vendor -o service ./cli/experimental/service/main.go
go build -mod=vendor -o service ./cli/experimental/service/
# Tests
go test -mod=vendor -v ./...