Commit 63ba4cea authored by Russell Dickenson's avatar Russell Dickenson Committed by Nick Gaskill

Fixed layout of manual patch instructions

parent 43c80e10
...@@ -252,14 +252,11 @@ Selecting the button creates a merge request with the solution. ...@@ -252,14 +252,11 @@ Selecting the button creates a merge request with the solution.
#### Manually applying the suggested patch #### Manually applying the suggested patch
1. To manually apply the patch that was generated by GitLab for a vulnerability, select the dropdown arrow on the **Resolve To manually apply the patch that GitLab generated for a vulnerability:
with merge request** button, then select **Download patch to resolve**:
![Resolve with Merge Request button dropdown](img/vulnerability_page_merge_request_button_dropdown_v13_1.png) 1. Select the **Resolve with merge request** dropdown, then select **Download patch to resolve**:
1. The button's text changes to **Download patch to resolve**. Click on it to download the patch: ![Resolve with Merge Request button dropdown](img/vulnerability_page_merge_request_button_dropdown_v13_1.png)
![Download patch button](img/vulnerability_page_download_patch_button_v13_1.png)
1. Ensure your local project has the same commit checked out that was used to generate the patch. 1. Ensure your local project has the same commit checked out that was used to generate the patch.
1. Run `git apply remediation.patch`. 1. Run `git apply remediation.patch`.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment