You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,12 +41,11 @@ By default, the `/security:analyze` command determines the scope of the analysis
41
41
42
42
Integrate the Gemini CLI Security Extension into your GitHub workflow to analyze incoming code:
43
43
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
0 commit comments