Skip to content

Commit 158a67e

Browse files
committed
feat: Add support for custom CodeQL extractors and update multi-language support description
1 parent c99d544 commit 158a67e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
[![Version](https://img.shields.io/visual-studio-marketplace/v/GeekMasher.codeql-scanner-vscode?style=for-the-badge)](https://marketplace.visualstudio.com/items?itemName=GeekMasher.codeql-scanner-vscode)
88
[![Installs](https://img.shields.io/visual-studio-marketplace/i/GeekMasher.codeql-scanner-vscode?style=for-the-badge)](https://marketplace.visualstudio.com/items?itemName=GeekMasher.codeql-scanner-vscode)
9-
[![GitHub Stars](https://img.shields.io/github/stars/geekmasher/codeql-scanner-vscode?style=for-the-badge)][github]
10-
[![GitHub Issues](https://img.shields.io/github/issues/geekmasher/codeql-scanner-vscode?style=for-the-badge)][github-issues]
9+
[![GitHub Stars](https://img.shields.io/github/stars/GeekMasher/codeql-scanner-vscode?style=for-the-badge)][github]
10+
[![GitHub Issues](https://img.shields.io/github/issues/GeekMasher/codeql-scanner-vscode?style=for-the-badge)][github-issues]
1111
[![License](https://img.shields.io/github/license/geekmasher/codeql-scanner-vscode?style=for-the-badge)][license]
1212

1313
</div>
@@ -25,7 +25,8 @@ Seamlessly integrate GitHub's powerful CodeQL scanning engine directly into your
2525
- **🌊 Data Flow Analysis**: Trace security issues from source to sink with intuitive navigation
2626
- **🔄 GitHub Integration**: Connect to GitHub for enhanced scanning capabilities and team collaboration
2727
- **⚙️ Flexible Configuration**: Choose between local and remote scanning options to suit your workflow
28-
- **🧰 Multi-Language Support**: Analyze JavaScript, TypeScript, Python, Java, C#, C/C++, Go, Ruby, Swift, Kotlin, and Scala code
28+
- **🧰 Multi-Language Support**: Analyze JavaScript, TypeScript, Python, Java, C#, C/C++, Go, Ruby, Swift, Kotlin, and others code
29+
- **📜 Custom Extractors**: Supports custom CodeQL extractors
2930

3031
## 🚀 Getting Started
3132

0 commit comments

Comments
 (0)