Commit 93356e9
authored
chore: fix gosec on non-touched code (#4868)
* fix(ci): only fail lint on issues in changed code
Add only-new-issues: true to golangci-lint action so pre-existing gosec
warnings in untouched files don't fail PR checks. New code is still fully
checked by all rules including G101, G115, G117, G704, and G705.1 parent aef01b7 commit 93356e9
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
0 commit comments