diff --git a/content/github/finding-security-vulnerabilities-and-errors-in-your-code/running-code-scanning-in-your-ci-system.md b/content/github/finding-security-vulnerabilities-and-errors-in-your-code/running-code-scanning-in-your-ci-system.md index 7f75a79ad252..c0f840aedd14 100644 --- a/content/github/finding-security-vulnerabilities-and-errors-in-your-code/running-code-scanning-in-your-ci-system.md +++ b/content/github/finding-security-vulnerabilities-and-errors-in-your-code/running-code-scanning-in-your-ci-system.md @@ -39,6 +39,8 @@ chmod +x codeql-runner-macos sudo xattr -d com.apple.quarantine codeql-runner-macos ``` +On Windows, the `codeql-runner-win.exe` file usually requires no change to permissions. + ### Adding the {% data variables.product.prodname_codeql_runner %} to your CI system Once you have downloaded the {% data variables.product.prodname_codeql_runner %} and verified that it can be executed, you should make the runner available to each CI server that you intend to use for {% data variables.product.prodname_code_scanning %}. In addition to this, each CI server also needs: