mirror of
https://github.com/yannh/kubeconform.git
synced 2026-04-15 08:54:45 +00:00
fail on missing schemas by default, add -ignore-missing-schemas
This commit is contained in:
parent
09597ce907
commit
00880f68df
3 changed files with 25 additions and 8 deletions
6
Makefile
6
Makefile
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
.PHONY: test-build test build build-static docker-test docker-build-static acceptance
|
||||
.PHONY: test-build test build build-static docker-test docker-build-static build-bats docker-acceptance
|
||||
|
||||
test-build: test build
|
||||
|
||||
|
|
@ -19,6 +19,8 @@ docker-test:
|
|||
docker-build-static:
|
||||
docker run -t -v $$PWD:/go/src/github.com/yannh/kubeconform -w /go/src/github.com/yannh/kubeconform golang:1.14 make build-static
|
||||
|
||||
docker-acceptance:
|
||||
build-bats:
|
||||
docker build -t bats -f Dockerfile.bats .
|
||||
|
||||
docker-acceptance: build-bats
|
||||
docker run -t bats acceptance.bats
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue