Skip to content

Commit

Permalink
feat(security): Enable gosec and default linter set
Browse files Browse the repository at this point in the history
Fixes #118

Signed-off-by: Bryon Nevis <[email protected]>
  • Loading branch information
bnevis-i committed Jan 11, 2022
1 parent e925230 commit 0ec7e55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.PHONY: test unittest lint

ARCH=$(shell uname -m)
GO=CGO_ENABLED=1 GO111MODULE=on go

tidy:
Expand Down

0 comments on commit 0ec7e55

Please sign in to comment.