Skip to content

Commit

Permalink
Added gosec statement
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiDiachuk committed Aug 29, 2024
1 parent 311fa8f commit f841c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/bootstrap/utils/md5.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package utils
// The google storage API only provides md5 and crc32 hence overriding the linter flag for md5
// #nosec
import (
"crypto/md5"
"crypto/md5" //nolint:gosec
"io"
"os"
)
Expand Down

0 comments on commit f841c29

Please sign in to comment.