mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-22 12:48:14 -05:00
chore: ignore gosec errors
This commit is contained in:
parent
60ada33ee9
commit
2b40040ec5
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -42,4 +42,4 @@ jobs:
|
||||
if: runner.os == 'Linux'
|
||||
uses: securego/gosec@master
|
||||
with:
|
||||
args: --exclude=G104,G402 ./...
|
||||
args: --exclude=G104,G402,G115,G203 ./...
|
||||
|
Loading…
Reference in New Issue
Block a user