From f3262cd0f9b6d213c5abae557fa7b4d93c6fc36f Mon Sep 17 00:00:00 2001 From: Daniel Grunberger Date: Tue, 17 Oct 2023 16:29:19 +0300 Subject: [PATCH] public to code scanning Signed-off-by: Daniel Grunberger --- .github/workflows/example-scan-image.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/example-scan-image.yaml b/.github/workflows/example-scan-image.yaml index cbf3f61..39009d6 100644 --- a/.github/workflows/example-scan-image.yaml +++ b/.github/workflows/example-scan-image.yaml @@ -21,3 +21,7 @@ jobs: # # Fail at or above the specified vulnerability severity threshold # Kubescape cloud account ID # account: ${{secrets.KUBESCAPE_ACCOUNT}} + - name: Upload Kubescape scan results to Github Code Scanning + uses: github/codeql-action/upload-sarif@v2 + with: + sarif_file: results.sarif