From c3bc4dd0aa9054bd43e9fcfc34214d09ab071e80 Mon Sep 17 00:00:00 2001 From: Jacob Gadikian Date: Mon, 3 Apr 2023 13:48:54 +0700 Subject: [PATCH] ci: disable gosec G107 rule (#15665) --- .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 a92206efa9..f626970ae3 100644 --- a/.github/workflows/gosec.yml +++ b/.github/workflows/gosec.yml @@ -29,7 +29,7 @@ jobs: uses: securego/gosec@master with: # we let the report trigger content trigger a failure using the GitHub Security features. - args: "-exclude=G101 -no-fail -fmt sarif -out results.sarif ./..." + args: "-exclude=G101,G107 -no-fail -fmt sarif -out results.sarif ./..." - name: Upload SARIF file uses: github/codeql-action/upload-sarif@v2