Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #213

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,14 @@ Scan your source code and infra IaC against top **security** risks
- **Language Support**: Java, Python, PERL, Ruby, C, C++, JavaScript, TypeScript, Go.
- **IaC Security**: Scans Docker, Kubernetes, Terraform (AWS, GCP, Azure) for misconfigurations.
- **Cloud Provider Checks**: AWS, Azure, GCP, Kubernetes, OpenStack, DigitalOcean, Oracle, and more.
- **Advanced Security**: Secret scanning, Trojan source detection, OpenAI GPT-based AI analysis, and graph-based scanning.
- **Advanced Security Analysis**:
- Secret scanning
- Trojan source detection
- AI-powered analysis using OpenAI GPT
- Graph-based scanning
- **Output Formats**: HTML, JSON, SARIF.
- **Developer-Friendly**: Unified results from top tools with additional custom checks.


See https://github.com/tcosolutions/aigraphcodescan

Expand Down Expand Up @@ -158,6 +164,11 @@ Open up the Browser to:
Sign up locally (and login in when needed)


## Installation Options

- **Linux (Ubuntu)**: Follow the default instructions provided in the Quickstart section.
- **MacOS/Windows**: Use Docker or Windows Subsystem for Linux (WSL) for seamless compatibility.

That's it.

Read more in the **[Wiki](https://github.com/tcosolutions/betterscan/wiki)**
For more information, please visit the **[Wiki](https://github.com/tcosolutions/betterscan/wiki)**.
Loading