mirror of
https://github.com/nezhahq/nezha.git
synced 2025-03-11 08:18:13 -04: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'
|
if: runner.os == 'Linux'
|
||||||
uses: securego/gosec@master
|
uses: securego/gosec@master
|
||||||
with:
|
with:
|
||||||
args: --exclude=G104,G402 ./...
|
args: --exclude=G104,G402,G115,G203 ./...
|
||||||
|
Loading…
Reference in New Issue
Block a user