diff --git a/code-scanning/devskim.yml b/code-scanning/devskim.yml index b668b14..0aae4e8 100644 --- a/code-scanning/devskim.yml +++ b/code-scanning/devskim.yml @@ -32,4 +32,5 @@ jobs: - name: Upload DevSkim scan results to GitHub Security tab uses: github/codeql-action/upload-sarif@v1 with: - sarif_file: devskim-results.sarif \ No newline at end of file + sarif_file: devskim-results.sarif + should-scan-archives: false \ No newline at end of file