Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
Add gosec for linting (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
SapphicCode authored Oct 15, 2019
1 parent 4b6fc57 commit 79f3197
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ steps:
- name: lint
image: golang:1.13-alpine
commands:
- go get golang.org/x/lint/golint
- go get golang.org/x/lint/golint github.com/securego/gosec/cmd/gosec
- test -z $(gofmt -l .)
- golint -set_exit_status ./...
- gosec -quiet ./...

- name: prepare and build
image: golang:1.13-alpine
Expand Down

0 comments on commit 79f3197

Please sign in to comment.