mirror of
https://github.com/yannh/kubeconform.git
synced 2026-04-12 15:54:16 +00:00
Support multi-resource files, include kind/version in logging
This commit is contained in:
parent
a1c2e9dc68
commit
05da409a0a
5 changed files with 70 additions and 49 deletions
3
Makefile
3
Makefile
|
|
@ -3,5 +3,8 @@
|
|||
build:
|
||||
go build -o bin/kubeconform
|
||||
|
||||
test:
|
||||
go test ./...
|
||||
|
||||
build-static:
|
||||
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -a -o bin/kubeconform
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue