rebase: use gosec-2.3.0

gosec-2.3.0 is the current latest version, use that so more checks are
done on the code.

Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
Niels de Vos 2020-06-30 12:17:11 +02:00 committed by mergify[bot]
parent 1b89f86d51
commit 834ea92185

View File

@ -19,7 +19,7 @@ GO111MODULE=on
# static checks and linters
GOLANGCI_VERSION=v1.21.0
GOSEC_VERSION=2.0.0
GOSEC_VERSION=v2.3.0
# "go test" configuration
# set to stdout or html to enable coverage reporting, disabled by default