File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ This tutorial with use CodeQL Analysis with Code Scanning in order to search for
1818
1919Begin 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
2162161 . Go to the Pull Request tab
2172172 . 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
You can’t perform that action at this time.
0 commit comments