Skip to content

Commit 3e0eece

Browse files
refactor: Update package.json and README.md (#26)
1 parent bcdb1af commit 3e0eece

File tree

5 files changed

+10
-31
lines changed

5 files changed

+10
-31
lines changed

README.md

Lines changed: 6 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GitGuardian's ggshield VSCode extension
22

3-
## Table of contents
3+
## Table of content
44

55
- [GitGuardian's ggshield VSCode extension](#gitguardians-ggshield-vscode-extension)
66
- [Table of contents](#table-of-contents)
@@ -20,45 +20,24 @@
2020

2121
## Description
2222

23-
This extension helps you detect more than 350+ types of secrets, as well as other potential security vulnerabilities or policy breaks affecting your codebase, directly from VSCode using [ggshield](https://www.gitguardian.com/ggshield)) CLI application.
23+
This extension helps you detect more than 400+ types of secrets directly from VSCode using [ggshield](https://www.gitguardian.com/ggshield)) CLI application.
2424

2525
NB: The extension uses the quota of secret detection of your ggshield API token.
2626

2727
### Features
2828

29-
- When a file is opened or saved, it is scanned using the ggshield CLI application
29+
- When a file is saved, it is scanned using the ggshield CLI application
3030
- Found incidents are highlighted in code and available in the `Problems` panel as warnings
31-
- Secrets can be ignored running the command `ggshield: Ignore last found incidents`
31+
- Secrets can be ignored running the command `ggshield: Ignore last found incidents` or via the UI
3232
- The API quota can be checked running the command `ggshield: Show quota`
3333

34-
![Incident highlighted](./doc/incident_highlighted.png)
34+
![Incident highlighted](./doc/incident_highlighted_dark.png)
3535

3636
## Getting started
3737

38-
### Requirements
39-
40-
The extension requires `ggshield` to be installed. See [documentation](https://docs.gitguardian.com/ggshield-docs/getting-started) for more details on how to install and use it.
41-
42-
The current minimum version is *1.15.0*.
43-
44-
### Installation
45-
46-
To test the plugin, open this project with VSCode and press F5, a window called "Development Host" will open with the extension loaded.
47-
You then need to set up the extension settings.
48-
49-
Once released it will installed directly from the VS Code Marketplace.
50-
51-
### Configuration
52-
53-
- `ggshield.ggshieldPath`: Path to ggshield executable (use `$ where ggshield` to find out)
54-
- `ggshield.apiKey`: GitGuardian Internal Monitoring API key
55-
- `ggshield.apiUrl`: GitGuardian Internal Monitoring URL (default: <https://api.gitguardian.com/>)
56-
57-
![Settings](./doc/settings.png)
58-
5938
### Scan for secrets
6039

61-
The scanning is triggered automatically when opening or saving a file. Incidents are highlighted in file and available in the `Problems` panel as warnings.
40+
The scanning is triggered automatically when saving a file. Incidents are highlighted in file and available in the `Problems` panel as warnings.
6241

6342
### How to remediate incidents?
6443

doc/incident_highlighted.jpg

-158 KB
Binary file not shown.

doc/incident_highlighted.png

-184 KB
Loading

doc/incident_highlighted_dark.png

191 KB
Loading

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "gitguardian",
3-
"repository": "https://gitlab.gitguardian.ovh/gg-code/ggshield-vscode-extension.git",
3+
"repository": "https://github.com/GitGuardian/gitguardian-vscode",
44
"displayName": "GitGuardian",
5-
"description": "GitGuardian's integration",
5+
"description": "Visual Studio Code extension designed to help developers safeguard their sensitive information from accidental leaks in their code",
66
"icon": "images/icon.png",
7-
"version": "0.0.1",
7+
"version": "0.1.0",
88
"publisher": "GitGuardian",
99
"engines": {
1010
"vscode": "^1.81.0"
@@ -147,4 +147,4 @@
147147
"dependencies": {
148148
"axios": "^1.7.7"
149149
}
150-
}
150+
}

0 commit comments

Comments
 (0)