Skip to content

Commit 2145913

Browse files
author
agilira
committed
Fix gosec import path in CI workflow
1 parent 5f0499f commit 2145913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
run: |
9090
go install golang.org/x/lint/golint@latest
9191
go install honnef.co/go/tools/cmd/staticcheck@latest
92-
go install github.com/securecodewarrior/gosec@latest
92+
go install github.com/securecodewarrior/gosec/v2/cmd/gosec@latest
9393
9494
- name: Run go fmt check
9595
run: |

0 commit comments

Comments
 (0)