Skip to content

Commit e964ed6

Browse files
Merge pull request #34 from LUSHDigital/feature/select-fields
Fixed issue with insecure select *
2 parents 014af46 + c6dd3fe commit e964ed6

4 files changed

Lines changed: 37 additions & 6 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ NEW_SHA= $(shell shasum -a 256 a_main-packr.go | cut -d' ' -f1)
33

44
all: test install post
55
test:
6+
packr
67
go test -v -count 1 ./...
78
go build
89
docker-compose --no-ansi -f docker-compose.yml up -d --force-recreate

0 commit comments

Comments
 (0)