From db393d5718b3228d4b9137f72b9c8fcb033cad42 Mon Sep 17 00:00:00 2001 From: Darren Kelly Date: Mon, 8 Jan 2024 13:20:17 +0000 Subject: [PATCH] chore: update lint rules --- .github/workflows/go-lint.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go-lint.yaml b/.github/workflows/go-lint.yaml index adac1fd86..6ebb8aeaf 100644 --- a/.github/workflows/go-lint.yaml +++ b/.github/workflows/go-lint.yaml @@ -58,4 +58,5 @@ jobs: - name: Run Gosec Security Scanner uses: securego/gosec@master with: - args: ./... + # excluding G104: Audit errors not checked + args: --exclude=G104 ./...