Skip to content

Commit

Permalink
🍲 cooking...
Browse files Browse the repository at this point in the history
  • Loading branch information
zcubbs committed Sep 17, 2023
1 parent 4d7a4db commit 07c195b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ tasks:
cmds:
- gosec -conf .gosec.config.json "./..."

install:golangci-lint:
tools:install:golangci-lint:
desc: Install golangci-lint
cmds:
- go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest

install:gosec:
tools:install:gosec:
desc: Install gosec
cmds:
- go install github.com/securego/gosec/v2/cmd/gosec@latest

0 comments on commit 07c195b

Please sign in to comment.