Skip to content

Commit d31dd8b

Browse files
committed
update readme
1 parent 6d3954d commit d31dd8b

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

+15-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ automation and interaction capabilities for developers and tools.
1919
3. Lastly you will need to [Create a GitHub Personal Access Token](https://github.com/settings/personal-access-tokens/new).
2020
The MCP server can use many of the GitHub APIs, so enable the permissions that you feel comfortable granting your AI tools (to learn more about access tokens, please check out the [documentation](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens)).
2121

22-
23-
2422
## Installation
2523

2624
### Usage with VS Code
@@ -438,6 +436,21 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
438436
- `severity`: Alert severity (string, optional)
439437
- `tool_name`: The name of the tool used for code scanning (string, optional)
440438

439+
### Secret Scanning
440+
441+
- **get_secret_scanning_alert** - Get a secret scanning alert
442+
443+
- `owner`: Repository owner (string, required)
444+
- `repo`: Repository name (string, required)
445+
- `alertNumber`: Alert number (number, required)
446+
447+
- **list_code_scanning_alerts** - List code scanning alerts for a repository
448+
- `owner`: Repository owner (string, required)
449+
- `repo`: Repository name (string, required)
450+
- `state`: Alert state (string, optional)
451+
- `secret_type`: The secret types to be filtered for in a comma-seperated list (string, optional)
452+
- `resolution`: The resolution status (string, optional)
453+
441454
## Resources
442455

443456
### Repository Content

0 commit comments

Comments
 (0)