Commit 5a47133
copyleftdev
fix: correct gosec package path for CI tools
- Changed from github.com/securecodewarrior/gosec to github.com/securego/gosec
- The securecodewarrior organization doesn't exist, causing CI failures
- Verified the correct path works locally with Go 1.25
- This should resolve the Code Quality job failures in CI/CD1 parent 4563152 commit 5a47133
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
0 commit comments