From 4708931f2e4c266e69c33ef9f8e6d50eec080fe0 Mon Sep 17 00:00:00 2001 From: Valerii Serediouk Date: Wed, 29 May 2024 16:58:44 +0200 Subject: [PATCH] Fix gosec workflow --- .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 46b5995..5bda990 100644 --- a/.github/workflows/gosec.yml +++ b/.github/workflows/gosec.yml @@ -17,4 +17,4 @@ jobs: - name: Run Gosec Security Scanner uses: securego/gosec@master with: - args: ./... \ No newline at end of file + args: -exclude-dir=cucumber ./... \ No newline at end of file