We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b91924 commit 4f9d741Copy full SHA for 4f9d741
Makefile
@@ -5,7 +5,7 @@ build:
5
test:
6
go test -v -short ./...
7
e2e-test:
8
- docker-compose run --rm auditor go test -v ./...
+ docker-compose up --abort-on-container-exit --build
9
static:
10
go get -t -v ./...
11
go build --ldflags '-extldflags "-static"'
docker-compose.yml
@@ -17,7 +17,7 @@ services:
17
build: testing/docker/alpine-sshd-test-test-no-id-binary-no-tunnel
18
auditor:
19
build: .
20
- command: ./ssh-auditor version
+ command: go test ./...
21
volumes:
22
- .:/go/src/github.com/ncsa/ssh-auditor
23
depends_on:
0 commit comments