Skip to content

Commit 77f6dd0

Browse files
committed
Update README images
1 parent 89773c0 commit 77f6dd0

7 files changed

+4
-6
lines changed

README.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -229,31 +229,29 @@ Make sure that the base branch is set to your own repositories `main` branch ver
229229

230230
Once the Pull Request has been created, you will notice that the CodeQL Analysis has started as a status check. Wait until it completes.
231231

232-
<img src="images/18-pr-in-progress.png" width="80%"/>
233-
234232
After the Workflow has completed, the `Code Scanning Results / CodeQL` status check will have failed.
235233
Notice that Code Scanning has detected that this Pull Request introduces a new security alert.
236234

237-
<img src="images/19-pr-check-failed.png" width="80%"/>
235+
<img src="images/18-pr-check-failed.png" width="80%"/>
238236

239237

240238
#### Alert Centric Notifications
241239

242240
Directly in the Pull Request, you will notice that GitHub Code Scanning bot has left a review of the Pull Request with the security alert details.
243241
This will help developers to quickly identify security issues introduced in their Pull Requests.
244242

245-
<img src="images/20-pr-review.png" width="80%"/>
243+
<img src="images/19-pr-review.png" width="80%"/>
246244

247245

248246
This also allows for collaboration between developers and security teams to discuss the security alert and how to remediate it.
249247

250-
<img src="images/21-pr-review-collaboration.png" width="80%"/>
248+
<img src="images/20-pr-review-collaboration.png" width="80%"/>
251249

252250
#### Security Alert Details
253251

254252
Click on `Show more details` by the new `Code Scanning Alert` to jump to the `Security` tab and view the security alert details.
255253

256-
<img src="images/22-pr-show-more-details.png" width="80%"/>
254+
<img src="images/21-pr-show-more-details.png" width="80%"/>
257255

258256
Notice that the security alert was found `In pull request` and not in the `main` branch (production).
259257

images/00-repo-fork.png

-47.2 KB
Loading

images/17-create-pull-request.png

104 KB
Loading

images/18-pr-check-failed.png

56.3 KB
Loading

images/19-pr-review.png

130 KB
Loading

images/20-pr-review-collaboration.png

135 KB
Loading

images/21-pr-show-more-details.png

156 KB
Loading

0 commit comments

Comments
 (0)