Skip to content

Commit c70ae5b

Browse files
committed
Added some context
1 parent b928c5b commit c70ae5b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This tutorial with use CodeQL Analysis with Code Scanning in order to search for
1818

1919
Begin by [forking this repo](https://docs.github.com/en/free-pro-team@latest/github/getting-started-with-github/fork-a-repo).
2020

21-
Make sure you uncheck "Copy the main branch only"
21+
NOTE: Make sure you uncheck "Copy the `main` branch only"
2222

2323
<img src="images/17-fork-repo.png" width="70%"/>
2424

@@ -215,7 +215,12 @@ A branch called `new-feature` introduces a new feature but also security vulnera
215215

216216
1. Go to the Pull Request tab
217217
2. Select "New Pull Request"
218-
3. Create the PR with `base: main` and `compare: new-feature`
218+
3. Create the PR with
219+
- `base repository: <YOUR FORK>`
220+
- `head repository: <YOUR FORK>`
221+
- `base: main`
222+
- `compare: new-feature`
223+
4. _If you don't see the `new-feature` branch, change the `head repository: octodemo/advanced-security-python`_
219224

220225
<img src="images/18-create-vulnerable-pr.png" width="80%"/>
221226

0 commit comments

Comments
 (0)