From 8e47b97e2cb5938f4e3357942b006ac377cf53aa Mon Sep 17 00:00:00 2001 From: Fenny <25108519+Fenny@users.noreply.github.com> Date: Mon, 14 Sep 2020 04:54:54 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=20v2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index adef9456..2f99e364 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -9,4 +9,4 @@ jobs: - name: Run Gosec uses: securego/gosec@master with: - args: -exclude-dir=utils ./... \ No newline at end of file + args: -exclude-dir=utils/... ./... \ No newline at end of file