Skip to content

Commit

Permalink
Update gosec to 2.7.0 in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacalz committed Mar 8, 2021
1 parent 4c324e4 commit 4349298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static_analysis.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
go install github.com/fzipp/gocyclo/cmd/gocyclo@latest
go install golang.org/x/lint/golint@latest
go install honnef.co/go/tools/cmd/staticcheck@v0.1.2
go install github.com/securego/gosec/v2/cmd/gosec@v2.6.1
go install github.com/securego/gosec/v2/cmd/gosec@v2.7.0
- name: Vet
run: go vet ./...
Expand Down

0 comments on commit 4349298

Please sign in to comment.