From 7713c7cb5784579ec2fe08a9e4c41ce4a56afb67 Mon Sep 17 00:00:00 2001 From: Sivanantham Chinnaiyan Date: Thu, 5 Oct 2023 17:23:04 +0530 Subject: [PATCH] debug Signed-off-by: Sivanantham Chinnaiyan --- .github/workflows/go-security-scan.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/go-security-scan.yml b/.github/workflows/go-security-scan.yml index 64e0c57be44..ae93029601e 100644 --- a/.github/workflows/go-security-scan.yml +++ b/.github/workflows/go-security-scan.yml @@ -22,6 +22,10 @@ jobs: with: args: '-no-fail -fmt=sarif -out=go-security-scan-results.sarif -exclude-dir=pkg/client -exclude-dir=pkg/clientv1alpha1 ./pkg/... ./cmd/...' + - name: Print sarif file + run: | + cat security-scan-results.sarif + - name: Upload SARIF file to Github Code Scanning uses: github/codeql-action/upload-sarif@v2 with: