From 4417eefdfec65582cadac1d4f99868d3ba8482c5 Mon Sep 17 00:00:00 2001 From: naiba Date: Wed, 2 Oct 2024 10:10:06 +0800 Subject: [PATCH] chore: ignore gosec errors --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bbf5b3cf..b6f805f2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,4 +42,4 @@ jobs: if: runner.os == 'Linux' uses: securego/gosec@master with: - args: --exclude=G104,G402 ./... + args: --exclude=G104,G402,G115,G203 ./...