chore: disable gosec (#490)

This commit is contained in:
Henrique Dias 2018-08-04 16:24:16 +01:00 committed by GitHub
parent fb1dbb4276
commit 46b5fa013c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,8 @@ jobs:
-D vetshadow \
-D errcheck \
-D golint \
-D gas
-D gas \
-D gosec
build:
docker:
- image: circleci/golang:1.10