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:
@@ -1,7 +1,7 @@
|
||||
package notifications
|
||||
|
||||
import (
|
||||
"crypto/sha1"
|
||||
"crypto/sha1" // #nosec
|
||||
"encoding/hex"
|
||||
"fmt"
|
||||
"time"
|
||||
|
||||
Reference in New Issue
Block a user