From a22e6da8aa1ef12a1aa7675d3b232a4e1715fc09 Mon Sep 17 00:00:00 2001 From: Zherphy <1123678689@qq.com> Date: Mon, 30 Sep 2024 17:01:06 +0800 Subject: [PATCH] MODIFY: modify lint.yml modify lint.yml --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index eb9a783..3f61c18 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -39,7 +39,7 @@ jobs: - name: Run Gosec Security Scanner uses: securego/gosec@master with: - args: -exclude-dir BigFiles ./... + args: -exclude-dir BigFiles -exclude-dir utils ./... - name: Unit tests run: go test -race -count=1 -v ./... - name: cleanup