Add gosec static analysis

This commit is contained in:
kolaente 2020-04-13 22:30:09 +02:00
parent fb8ac92abf
commit b8d7c97eb7
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
8 changed files with 16 additions and 9 deletions

View file

@ -34,6 +34,7 @@ type Key string
// These constants hold all config value keys
const (
// #nosec
ServiceJWTSecret Key = `service.JWTSecret`
ServiceInterface Key = `service.interface`
ServiceFrontendurl Key = `service.frontendurl`