Skip to content

Commit 5dd286b

Browse files
authored
Merge pull request #195 from casals/patch-8
Update running-code-scanning-in-your-ci-system.md
2 parents 7613314 + 010d585 commit 5dd286b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/github/finding-security-vulnerabilities-and-errors-in-your-code/running-code-scanning-in-your-ci-system.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ chmod +x codeql-runner-macos
3939
sudo xattr -d com.apple.quarantine codeql-runner-macos
4040
```
4141

42+
On Windows, the `codeql-runner-win.exe` file usually requires no change to permissions.
43+
4244
### Adding the {% data variables.product.prodname_codeql_runner %} to your CI system
4345

4446
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:

0 commit comments

Comments
 (0)