Skip to content

Commit 708a6d1

Browse files
committed
readme(GHA): Link to run-gemini-cli QuickStart and update instructions
1 parent b19c0d8 commit 708a6d1

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,11 @@ By default, the `/security:analyze` command determines the scope of the analysis
4141

4242
Integrate the Gemini CLI Security Extension into your GitHub workflow to analyze incoming code:
4343

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.
46-
* Ensure that the [gemini-cli-extensions/security](https://github.com/gemini-cli-extensions/security) extension is passed to the action for installation.
47-
* Use `/security:analyze-github-pr` as the prompt to invoke the Security Extension!
48-
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.
44+
* Follow Steps 1-3 in this [Quick Start](https://github.com/google-github-actions/run-gemini-cli?tab=readme-ov-file#quick-start)
45+
* Add a `.github` folder to the repository root, and a `workflows` folder nested inside of `.github`
46+
* Copy this [Example Workflow](https://github.com/gemini-cli-extensions/security/blob/main/.github/workflows/gemini-review.yml) into the `workflows` folder
47+
* Ensure `.github/workflows/<workflow>` is pushed to GitHub
48+
* Open a PR, or manually call `@gemini-cli /review` to run Gemini CLI Code Review along with Security Analysis
5049

5150
## Benchmark
5251

0 commit comments

Comments
 (0)