From b6e9e3725933e480a698783d4dc8f83cc61cb562 Mon Sep 17 00:00:00 2001 From: insumity Date: Thu, 21 Mar 2024 12:53:42 +0100 Subject: [PATCH] init commit --- .github/workflows/gosec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gosec.yml b/.github/workflows/gosec.yml index 3955b92323..90f1379eb1 100644 --- a/.github/workflows/gosec.yml +++ b/.github/workflows/gosec.yml @@ -28,4 +28,4 @@ jobs: - name: Run Gosec Security Scanner uses: securego/gosec@master with: - args: -exclude-dir=legacy_ibc_testing ./... -exclude-generated ./... + args: -exclude-dir=tests ./... -exclude-generated ./...