Commit f354daa8 authored by Marcia Ramos's avatar Marcia Ramos

Merge branch '276022-follow-up-from-danger-allow-section-prefix-in-commit-messages' into 'master'

doc: Mention allowed prefixes in commit titles

See merge request gitlab-org/gitlab!46965
parents da7cfe93 8c38eb58
......@@ -252,14 +252,11 @@ Selecting the button creates a merge request with the solution.
#### 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
with merge request** button, then select **Download patch to resolve**:
To manually apply the patch that GitLab generated for a vulnerability:
![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:
![Download patch button](img/vulnerability_page_download_patch_button_v13_1.png)
![Resolve with Merge Request button dropdown](img/vulnerability_page_merge_request_button_dropdown_v13_1.png)
1. Ensure your local project has the same commit checked out that was used to generate the 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