Skip to content

Commit

Permalink
ignore insecure hash warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
kmulvey committed Apr 13, 2023
1 parent be6b7ae commit 2055970
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ package main

import (
"context"
//nolint:gosec
"crypto/md5"
//nolint:gosec
"crypto/sha1"
"crypto/sha256"
"crypto/sha512"
Expand Down

0 comments on commit 2055970

Please sign in to comment.