From 896e111a163e708ca7286d1cb3769a04eedd550a Mon Sep 17 00:00:00 2001 From: Sivanantham Chinnaiyan Date: Thu, 5 Oct 2023 21:41:56 +0530 Subject: [PATCH] debug Signed-off-by: Sivanantham Chinnaiyan --- .../{go-security-scan.yml => scheduled-go-security-scan.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{go-security-scan.yml => scheduled-go-security-scan.yml} (97%) diff --git a/.github/workflows/go-security-scan.yml b/.github/workflows/scheduled-go-security-scan.yml similarity index 97% rename from .github/workflows/go-security-scan.yml rename to .github/workflows/scheduled-go-security-scan.yml index 8668daf3039..9bddf82aeb8 100644 --- a/.github/workflows/go-security-scan.yml +++ b/.github/workflows/scheduled-go-security-scan.yml @@ -18,7 +18,7 @@ jobs: - name: Run Gosec Security Scanner uses: securego/gosec@master with: - args: '-no-fail -fmt=sarif -out=go-security-scan-results.sarif -exclude-dir=pkg/client -exclude-dir=pkg/clientv1alpha1 ./pkg/... ./cmd/...' + args: '-no-fail -fmt=sarif -out=go-security-scan-results.sarif -exclude-dir=pkg/client -exclude-dir=pkg/clientv1alpha1 ./...' - name: Upload SARIF file to Github Code Scanning uses: github/codeql-action/upload-sarif@v2