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