Skip to content

Commit

Permalink
remove gosec from install tools
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirianni committed Sep 14, 2023
1 parent 865b81e commit 1dd5a50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ ALLDOC := $(shell find . \( -name "*.md" -o -name "*.yaml" \) \
install-tools:
cd internal/tools && go install github.com/mgechev/revive
cd internal/tools && go install github.com/client9/misspell/cmd/misspell
cd internal/tools && go install github.com/securego/gosec/v2/cmd/gosec
cd internal/tools && go install golang.org/x/tools/cmd/goimports
cd internal/tools && go install honnef.co/go/tools/cmd/staticcheck
cd internal/tools && go install github.com/uw-labs/lichen
Expand Down

0 comments on commit 1dd5a50

Please sign in to comment.