Skip to content

Commit b19c0d8

Browse files
committed
chore(README): Update README with more clear instructions on using Security Extension with run-gemini-cli
1 parent 2fe3588 commit b19c0d8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,14 @@ By default, the `/security:analyze` command determines the scope of the analysis
3939

4040
## GitHub Integration
4141

42-
Integrate the Gemini CLI Security Extension into your GitHub worklfow for analyzing incoming code can be done with the following:
42+
Integrate the Gemini CLI Security Extension into your GitHub workflow to analyze incoming code:
4343

44-
* Base your workflow off of the [google-github-actions/run-gemini-cli GitHub Action](https://github.com/google-github-actions/run-gemini-cli)
44+
* Create a `.github` folder in the repository root directory
45+
* Use the [google-github-actions/run-gemini-cli GitHub Action](https://github.com/google-github-actions/run-gemini-cli) to enable Gemini CLI in your GitHub workflow.
4546
* Ensure that the [gemini-cli-extensions/security](https://github.com/gemini-cli-extensions/security) extension is passed to the action for installation.
46-
* Pass `/security:analyze-github-pr` as the prompt to invoke the Security Extension!
47+
* Use `/security:analyze-github-pr` as the prompt to invoke the Security Extension!
4748

48-
See this [Example Workflow](https://github.com/gemini-cli-extensions/security/blob/main/.github/workflows/github-review.yml)
49+
You can also just copy this [Example Workflow](https://github.com/gemini-cli-extensions/security/blob/main/.github/workflows/gemini-review.yml) into your repository.
4950

5051
## Benchmark
5152

0 commit comments

Comments
 (0)