Skip to content

chore: update number of detectors #1115

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

Merged
merged 1 commit into from
Jul 25, 2025
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/GitGuardian/ggshield/main.yml?branch=main&style=for-the-badge)](https://github.com/GitGuardian/ggshield/actions)
[![Codecov](https://img.shields.io/codecov/c/github/GitGuardian/ggshield?style=for-the-badge)](https://codecov.io/gh/GitGuardian/ggshield/)

`ggshield` is a CLI application that runs in your local environment or in a CI environment to help you detect more than 400+ types of secrets.
`ggshield` is a CLI application that runs in your local environment or in a CI environment to help you detect more than 500+ types of secrets.

`ggshield` uses our [public API](https://api.gitguardian.com/docs) through [py-gitguardian](https://github.com/GitGuardian/py-gitguardian) to scan and detect potential vulnerabilities in files and other text content.

Expand Down
2 changes: 1 addition & 1 deletion scripts/build-os-packages/README.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This archive contains a standalone version of `ggshield`.

`ggshield` is [GitGuardian](https://gitguardian.com) CLI application. It runs in your local environment or in a CI environment to help you detect more than 400+ types of secrets.
`ggshield` is [GitGuardian](https://gitguardian.com) CLI application. It runs in your local environment or in a CI environment to help you detect more than 500+ types of secrets.

To learn more, visit https://github.com/GitGuardian/ggshield.

Expand Down
2 changes: 1 addition & 1 deletion scripts/chocolatey/ggshield.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<tags>ggshield</tags>
<summary>ggshield is a CLI application that helps you detect secrets.</summary>
<description>
ggshield is a CLI application that runs in your local environment or in a CI environment to help you detect more than 400+ types of secrets.
ggshield is a CLI application that runs in your local environment or in a CI environment to help you detect more than 500+ types of secrets.

ggshield is open source on GitHub and accessible [here](https://github.com/GitGuardian/ggshield).

Expand Down