https://github.com/debricked/vs-code-extension
A Visual Studio Code extension that integrates the Debricked CLI to provide security vulnerability scanning and license compliance directly within the editor.
https://github.com/debricked/vs-code-extension
auditing compliance dependency license productivity risk-mitigation scan security vulnerability-scanners
Last synced: about 2 months ago
JSON representation
A Visual Studio Code extension that integrates the Debricked CLI to provide security vulnerability scanning and license compliance directly within the editor.
- Host: GitHub
- URL: https://github.com/debricked/vs-code-extension
- Owner: debricked
- License: mit
- Created: 2024-06-27T07:21:46.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-23T08:55:54.000Z (8 months ago)
- Last Synced: 2025-04-12T21:12:01.917Z (about 2 months ago)
- Topics: auditing, compliance, dependency, license, productivity, risk-mitigation, scan, security, vulnerability-scanners
- Language: TypeScript
- Homepage: https://debricked.com/
- Size: 558 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
![]()
Debricked: VS Code Extension (In Active Development ๐ง)
Welcome to the Debricked: VS Code Extension project! This extension integrates Debricked's capabilities directly into your Visual Studio Code environment, enhancing your development workflow with advanced features for security and dependency management.
Explore the docs ยป
Report Bug
ยท
Request FeatureTable of Contents
- โจ Features
- ๐ Installation
- ๐ก Usage
๐ ๏ธ Development
- ๐ค Contributing
- ๐ License
- ๐ข Acknowledgments
- ๐ฅ Contributors
- ๐ Stay Connected
- ๐ฌ Support
- ๐ข Acknowledgments
- ๐ License
- ๐ฑ Social Media
โจ Features
-
Dependency Analysis: Automatically scans and analyzes your project's dependencies. -
Security Alerts: Provides real-time security alerts for known vulnerabilities. -
License Compliance: Ensures your project complies with open source licenses. -
Integration with Debricked: Seamlessly integrates with Debricked's services.
๐ Installation
To install the Debricked VS Code Extension, follow these steps:
- Open Visual Studio Code.
- Go to the Extensions view by clicking the Extensions icon in the Activity Bar on the side of the window.
- Search for
Debricked
. - Click
Install
on the Debricked extension.
Alternatively, you can install it via the command line:
code --install-extension debricked.vscode-extension
๐ก Usage
After installing the extension, you can start using it by:
- Opening any project in VS Code.
- The extension will automatically scan your project and provide dependency and security analysis in the VS Code interface.
- Access detailed reports and recommendations from the Debricked panel in the Activity Bar.
๐ ๏ธ Development
๐ Prerequisites
Ensure you have the following tools installed:
- Node.js (version 20 or later)
- npm
- Visual Studio Code
๐ง Setup
Clone the repository and install dependencies:
git clone https://github.com/debricked/VS-Code-extension.git
cd VS-Code-extension
npm install
๐จ Building
To compile the extension, run:
npm run compile
The compiled files will be located in the dist
folder.
๐งช Testing
Run the tests using:
npm run test
Test coverage reports will be generated in the coverage
folder.
๐ค Contributing
We welcome contributions from the community! To contribute, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeature
). - Make your changes and commit them (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature/YourFeature
). - Open a pull request.
- For detailed guidelines, refer to our Contributing Guide.
๐ License
This project is licensed under the MIT License. See the LICENSE file for details.
๐ฅ Contributors
We appreciate all the Contributors who have helped make this project better.
๐ Stay Connected
GitHub Repository: debricked/VS-Code-extension
Issues & Feedback: Have a question or found a bug? Submit an issue.
Contribute: Interested in contributing? Check out our Contributing Guide.
๐ฌ Support
If you need help or have any questions, feel free to reach out:
-
Email: [email protected] -
Community: Join the discussion on our community forum. - Please โญ๏ธ this repository if this project helped you!
๐ข Acknowledgments
Special thanks to the Debricked team for their support and contributions.
Inspired by the Visual Studio Code Extension Guide.
๐ License
This project is licensed under the MIT License.
๐ฑ Social Media
Follow us on:
Thank you for visiting the debricked VS Code extension. We strive to make this project a valuable tool for developers and appreciate your interest and contributions. Here are a few final notes:
ยฉ 2024 debricked. All rights reserved.