chore: disable gosec (#490)

pull/496/head
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
1 changed files with 2 additions and 1 deletions

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