mirror of
https://github.com/Kyren223/eko.git
synced 2025-09-05 21:18:14 +00:00
Added gosec to CI, will fail
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -31,3 +31,9 @@ jobs:
|
||||
|
||||
- name: Run tests
|
||||
run: go test --cover ./...
|
||||
|
||||
- name: Install gosec
|
||||
run: go install github.com/securego/gosec/v2/cmd/gosec@latest
|
||||
|
||||
- name: Run gosec
|
||||
run: gosec ./...
|
||||
|
Reference in New Issue
Block a user