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 ./...