Skip to content

Commit

Permalink
hack: Bump gosec to v2.20.0
Browse files Browse the repository at this point in the history
Updating gosec to avoid the panic raised with go1.22.

Signed-off-by: Anoop C S <[email protected]>
  • Loading branch information
anoopcs9 committed Aug 22, 2024
1 parent a5ea595 commit ebf80e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/install-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ _install_yq() {
}

_install_gosec() {
_install_tool github.com/securego/gosec/v2/cmd/gosec@v2.13.1
_install_tool github.com/securego/gosec/v2/cmd/gosec@v2.20.0
}

_install_gitlint() {
Expand Down

0 comments on commit ebf80e5

Please sign in to comment.