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