Skip to content

Commit

Permalink
Downgrade gosec due to securego/gosec#714
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacalz committed Nov 15, 2021
1 parent daabaf8 commit 9803a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static_analysis.yml
Expand Up @@ -26,7 +26,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.2.2
go install github.com/securego/gosec/v2/cmd/gosec@v2.9.1
go install github.com/securego/gosec/v2/cmd/gosec@v2.8.1 # Temporary downgrade to 2.8.1 due to https://github.com/securego/gosec/issues/714.
- name: Vet
run: go vet ./...
Expand Down

0 comments on commit 9803a4c

Please sign in to comment.