Code scanning - fix screenshot display and numbered list (#29987)
* remove screenshot * re-add screenshot * having fun with list * re-add image under a different name and rename in links * Optimize images Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 100 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 109 KiB |
@@ -204,15 +204,14 @@ To dismiss {% ifversion delete-code-scanning-alerts %}or delete{% endif %} alert
|
|||||||

|

|
||||||
{% endif %}{% endif %}
|
{% endif %}{% endif %}
|
||||||
1. If you want to dismiss an alert, it's important to explore the alert first, so that you can choose the correct dismissal reason. Click the alert you'd like to explore.
|
1. If you want to dismiss an alert, it's important to explore the alert first, so that you can choose the correct dismissal reason. Click the alert you'd like to explore.
|
||||||
|
|
||||||

|

|
||||||
|
{%- ifversion comment-dismissed-code-scanning-alert %}
|
||||||
1. Review the alert, then click {% ifversion comment-dismissed-code-scanning-alert %}**Dismiss alert** and choose, or type, a reason for closing the alert.
|
1. Review the alert, then click **Dismiss alert** and choose, or type, a reason for closing the alert.
|
||||||

|

|
||||||
{% else %}**Dismiss** and choose a reason for closing the alert.
|
{%- else %}
|
||||||
|
1. Review the alert, then click **Dismiss** and choose a reason for closing the alert.
|
||||||

|

|
||||||
{% endif %}
|
{%- endif %}
|
||||||
|
|
||||||
{% data reusables.code-scanning.choose-alert-dismissal-reason %}
|
{% data reusables.code-scanning.choose-alert-dismissal-reason %}
|
||||||
|
|
||||||
{% data reusables.code-scanning.false-positive-fix-codeql %}
|
{% data reusables.code-scanning.false-positive-fix-codeql %}
|
||||||
|
|||||||
@@ -118,7 +118,7 @@ Anyone with push access to a pull request can fix a {% data variables.product.pr
|
|||||||
|
|
||||||
An alternative way of closing an alert is to dismiss it. You can dismiss an alert if you don't think it needs to be fixed. {% data reusables.code-scanning.close-alert-examples %} If you have write permission for the repository, the **Dismiss** button is available in code annotations and in the alerts summary. When you click **Dismiss** you will be prompted to choose a reason for closing the alert.
|
An alternative way of closing an alert is to dismiss it. You can dismiss an alert if you don't think it needs to be fixed. {% data reusables.code-scanning.close-alert-examples %} If you have write permission for the repository, the **Dismiss** button is available in code annotations and in the alerts summary. When you click **Dismiss** you will be prompted to choose a reason for closing the alert.
|
||||||
{% ifversion comment-dismissed-code-scanning-alert %}
|
{% ifversion comment-dismissed-code-scanning-alert %}
|
||||||

|

|
||||||
{% else %}
|
{% else %}
|
||||||

|

|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user