diff --git a/.github/workflows/139254290-3c9805cb-b703-4675-9ae6-369cf465a51d.png b/.github/workflows/139254290-3c9805cb-b703-4675-9ae6-369cf465a51d.png new file mode 100644 index 00000000000..fafde36958c Binary files /dev/null and b/.github/workflows/139254290-3c9805cb-b703-4675-9ae6-369cf465a51d.png differ diff --git a/.github/workflows/codescan-analysis.yml b/.github/workflows/codescan-analysis.yml new file mode 100644 index 00000000000..3a60f4716ca --- /dev/null +++ b/.github/workflows/codescan-analysis.yml @@ -0,0 +1,37 @@ +# This workflow requires that you have an existing account with codescan.io +# For more information about configuring your workflow, +# read our documentation at https://github.com/codescan-io/codescan-scanner-action +name: CodeScan + +on: + push: + branches: [ master ] + pull_request: + # The branches below must be a subset of the branches above + branches: [ master ] + schedule: + - cron: '28 2 * * 0' + +jobs: + CodeScan: + runs-on: ubuntu-latest + steps: + - name: Checkout repository + uses: actions/checkout@v2 + - name: Cache files + uses: actions/cache@v2 + with: + path: | + ~/.sonar + key: ${{ runner.os }}-sonar + restore-keys: ${{ runner.os }}-sonar + - name: Run Analysis + uses: codescan-io/codescan-scanner-action@master + with: + login: ${{ secrets.CODESCAN_AUTH_TOKEN }} + organization: ${{ secrets.CODESCAN_ORGANIZATION_KEY }} + projectKey: ${{ secrets.CODESCAN_PROJECT_KEY }} + - name: Upload SARIF file + uses: github/codeql-action/upload-sarif@v1 + with: + sarif_file: codescan.sarif diff --git a/.github/workflows/msedge_proxy.exe b/.github/workflows/msedge_proxy.exe new file mode 100644 index 00000000000..95cb1aaf0e8 Binary files /dev/null and b/.github/workflows/msedge_proxy.exe differ