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 df821f1 commit 4d7a4db
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,13 @@ tasks:
scan:
cmds:
- gosec -conf .gosec.config.json "./..."

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

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

0 comments on commit 4d7a4db

Please sign in to comment.