fix: gosec linter finding
we have to keep crypto/sha1 as github is still using it Signed-off-by: Mario Constanti <mario.constanti@mercedes-benz.com>
This commit is contained in:
parent
fd0550eb7f
commit
9e7ac60c09
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ package runner
|
|||
import (
|
||||
"context"
|
||||
"crypto/hmac"
|
||||
"crypto/sha1"
|
||||
"crypto/sha1" //nolint:golangci-lint,gosec // sha1 is used for github webhooks
|
||||
"crypto/sha256"
|
||||
"encoding/hex"
|
||||
"encoding/json"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue