From 72fb7d83894441f62267c599709be21a03978bbc Mon Sep 17 00:00:00 2001 From: Gabe Stocco <98900+gfs@users.noreply.github.com> Date: Tue, 25 May 2021 17:44:51 -0700 Subject: [PATCH] Update devskim.yml --- code-scanning/devskim.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code-scanning/devskim.yml b/code-scanning/devskim.yml index 0aae4e8..1b6ea44 100644 --- a/code-scanning/devskim.yml +++ b/code-scanning/devskim.yml @@ -26,11 +26,13 @@ jobs: - name: Checkout code uses: actions/checkout@v2 + # Enable Should Scan Archives to scan all files inside archives as well - name: Run DevSkim scanner uses: microsoft/DevSkim-Action@v1 + with: + should-scan-archives: false - name: Upload DevSkim scan results to GitHub Security tab uses: github/codeql-action/upload-sarif@v1 with: sarif_file: devskim-results.sarif - should-scan-archives: false \ No newline at end of file