mirror of
https://github.com/slsa-framework/slsa-verifier.git
synced 2026-05-07 00:56:39 +00:00
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:
4
.github/workflows/pre-submit.yml
vendored
4
.github/workflows/pre-submit.yml
vendored
@@ -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 ./...
|
||||
|
||||
Reference in New Issue
Block a user