Skip to content

Commit 92d85b8

Browse files
authored
Code scanning docs: small fixes (#17035)
1 parent d04ab17 commit 92d85b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ On Windows, the `codeql-runner-win.exe` file usually requires no change to permi
5353
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 %}. It is important to notice that each CI server that you intend to use for {% data variables.product.prodname_code_scanning %} needs to have the {% data variables.product.prodname_codeql_runner %}. You might configure each server to copy the runner from a central, internal location, or you could use the REST API to get the runner direct from GitHub, for example:
5454

5555
```shell
56-
wget https://github.com/github/codeql-action/releases/download/codeql-bundle-20200826/codeql-runner-linux
56+
wget https://github.com/github/codeql-action/releases/latest/download/codeql-runner-linux
5757
chmod +x codeql-runner-linux
5858
```
5959

@@ -127,7 +127,7 @@ This example is similar to the previous example, however this time the repositor
127127
> ...
128128
> CodeQL environment output to "/srv/checkout/example-repo-2/codeql-runner/codeql-env.json"
129129
and "/srv/checkout/example-repo-2/codeql-runner/codeql-env.sh".
130-
Please export these variables to future processes so the build can be traced, for example by running "
130+
Please export these variables to future processes so that CodeQL can monitor the build, for example by running "
131131
. /srv/checkout/example-repo-2/codeql-runner/codeql-env.sh".
132132
```
133133

0 commit comments

Comments
 (0)