@@ -172,8 +172,8 @@ Learn more in [Secrets encryption](./features/secrets-encryption.md).
172172
173173### Assess dependency risk
174174
175- Open the ` python/app.py ` file from the demo repo in the VS Code editor. Confirm
176- that it's now the active context file in Copilot.
175+ Open the ` javascript/App.js ` file from the demo repo in the VS Code editor.
176+ Confirm that it's now the active context file in Copilot.
177177
178178<ThemedImage
179179 alt = ' Copilot chat showing the current file selected'
@@ -185,13 +185,13 @@ that it's now the active context file in Copilot.
185185 ' /img/quickstart/quickstart-copilot-dependencies-context-dark.webp'
186186 ),
187187 }}
188- width = { ' 481px ' }
188+ width = { ' 450px ' }
189189/>
190190
191191Enter the following prompt into the chat:
192192
193193``` plain title="Copilot chat"
194- Analyze this file
194+ Review this file
195195```
196196
197197Using its up-to-date knowledge from
@@ -208,7 +208,7 @@ malicious and deprecated packages referenced in the code.
208208 ' /img/quickstart/quickstart-copilot-dependencies-result-dark.webp'
209209 ),
210210 }}
211- width = { ' 800px ' }
211+ width = { ' 820px ' }
212212/>
213213
214214Learn more in [ Dependency risk awareness] ( ./features/dependency-risk.md ) .
@@ -223,7 +223,14 @@ AI assistant and the LLM. Several alerts and prompts from the previous steps in
223223this tutorial should be visible now. Over time, this helps you understand how
224224CodeGate is actively protecting your privacy and security.
225225
226- ![ CodeGate dashboard] ( /img/quickstart/quickstart-dashboard.webp )
226+ <ThemedImage
227+ alt = ' CodeGate dashboard'
228+ sources = { {
229+ light: useBaseUrl (' /img/quickstart/quickstart-dashboard-light.webp' ),
230+ dark: useBaseUrl (' /img/quickstart/quickstart-dashboard-dark.webp' ),
231+ }}
232+ width = { ' 1000px' }
233+ />
227234
228235## Next steps
229236
0 commit comments