Update import names and makefile for name change

This commit is contained in:
Liz Rice
2017-06-20 09:38:15 +01:00
parent e03f5c846f
commit f123db14a9
7 changed files with 9 additions and 11 deletions

View File

@@ -1,8 +1,7 @@
SOURCES := $(shell find . -name '*.go')
TARGET_OS := linux
BINARY := kube-bench
cis_kubernetes: $(SOURCES)
GOOS=$(TARGET_OS) go build -o cis_kubernetes .
$(BINARY): $(SOURCES)
GOOS=$(TARGET_OS) go build -o $(BINARY) .
install: cis_kubernetes
./install.sh