You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,18 @@ Seamlessly integrate GitHub's powerful CodeQL scanning engine directly into your
34
34
3. Open any code repository
35
35
4. Run a scan using the command palette (`Ctrl+Shift+P` or `Cmd+Shift+P`): `CodeQL: Run Scan`
36
36
37
+
## 📋 Prerequisites
38
+
39
+
-**CodeQL CLI**: The extension requires the [CodeQL CLI](https://github.com/github/codeql-cli-binaries/releases) to be installed and available on your system PATH
40
+
- Download the latest release for your platform from the [CodeQL CLI releases page](https://github.com/github/codeql-cli-binaries/releases)
41
+
- Extract the archive and add the `codeql` binary to your system PATH
42
+
- Verify installation by running `codeql --version` in your terminal
43
+
44
+
-**GitHub Personal Access Token**: For GitHub integration features, a GitHub token with appropriate permissions is required
45
+
- Create a token at [GitHub Settings > Developer settings > Personal access tokens](https://github.com/settings/tokens)
0 commit comments