Chore: reintroduce gosec (#17021)

It seems gosec memory issue was recently fixed.
We should be good to go again

Ref securego/gosec#307
This commit is contained in:
Oleg Gaidarenko
2019-05-13 14:56:36 +03:00
committed by GitHub
parent 597c380ead
commit 29ad72f048
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
package notifications
import (
"crypto/sha1"
"crypto/sha1" // #nosec
"encoding/hex"
"fmt"
"time"