Skip to content

Commit 02e3dfa

Browse files
authored
Update README.md
1 parent a800010 commit 02e3dfa

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

03-development-workflows/README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -177,22 +177,6 @@ copilot
177177
178178
> 💡 **Tip**: The code-review agent works best when you have pending changes. Stage your files with `git add` for more focused reviews.
179179
180-
### Using the /security-review Command
181-
182-
The `/security-review` command is a dedicated slash command that analyzes your code changes specifically for **security vulnerabilities** — things like exposed secrets, injection risks, or insecure patterns. Think of it as a security-focused companion to `/review`.
183-
184-
```bash
185-
copilot
186-
187-
> /security-review
188-
# Scans staged/unstaged changes for security vulnerabilities
189-
# Flags issues like exposed credentials, injection risks, and insecure patterns
190-
```
191-
192-
> 💡 **When to use `/security-review`**: Run it before committing code that handles user input, authentication, file access, or network requests. It's especially useful when you're not sure if your changes introduced a security risk.
193-
194-
> 🔒 **Bonus**: GitHub Copilot CLI also automatically scans your commit messages and pull request descriptions for accidentally included secrets (like API keys or passwords) and redacts them before they're published.
195-
196180
</details>
197181
198182
---

0 commit comments

Comments
 (0)