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
<summary>CodeQL Scanner Results Tree Viewer</summary>
61
+
62
+
<divalign="center">
63
+
<imgsrc="./assets/showcase-results.png"title="CodeQL Scanner Results Tree Viewer">
64
+
</div>
65
+
</details>
66
+
67
+
38
68
## 📋 Prerequisites
39
69
40
70
-**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
@@ -49,26 +79,26 @@ Seamlessly integrate GitHub's powerful CodeQL scanning engine directly into your
49
79
50
80
## 📋 Available Commands
51
81
52
-
| Command | Description |
53
-
|---------|-------------|
54
-
|`CodeQL: Run Scan`| Start a security scan on the current workspace |
55
-
|`CodeQL: Initialize Repository`| Set up CodeQL for the current repository |
56
-
|`CodeQL: Run Analysis`| Execute a full code analysis |
57
-
|`CodeQL: Configure Settings`| Open the extension settings |
58
-
|`CodeQL: Show Logs`| View the extension's log output |
59
-
|`CodeQL: Clear Logs`| Clear all log entries |
60
-
|`CodeQL: Clear Inline Diagnostics`| Remove inline problem markers |
61
-
|`CodeQL: Show CLI Information`| Display information about the CodeQL CLI |
62
-
|`CodeQL: Copy Flow Path`| Copy vulnerability data flow path to clipboard |
63
-
|`CodeQL: Navigate Flow Steps`| Step through vulnerability data flow paths |
0 commit comments