From 9c10407107c689af9fdfb0a434317af52a565144 Mon Sep 17 00:00:00 2001 From: Gabe Stocco <98900+gfs@users.noreply.github.com> Date: Wed, 26 May 2021 08:37:19 -0700 Subject: [PATCH] Update devskim.yml --- code-scanning/devskim.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/code-scanning/devskim.yml b/code-scanning/devskim.yml index 1b6ea44..3a5c45f 100644 --- a/code-scanning/devskim.yml +++ b/code-scanning/devskim.yml @@ -9,7 +9,6 @@ on: push: branches: [ $default-branch, $protected-branches ] pull_request: - # The branches below must be a subset of the branches above branches: [ $default-branch ] schedule: - cron: $cron-weekly @@ -26,11 +25,8 @@ 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