Skip to content

Commit 67a6c7d

Browse files
committed
added lightbox and resized images
1 parent 04b75b5 commit 67a6c7d

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed
-169 KB
Loading
-47 KB
Loading
-18.4 KB
Loading

articles/defender-for-cloud/tutorial-enable-pull-request-annotations.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ By enabling pull request annotations in GitHub, your developers gain the ability
5151

5252
1. Navigate to **`Your repository's home page`** > **.github/workflows**.
5353

54-
:::image type="content" source="media/tutorial-enable-pr-annotations/workflow-folder.png" alt-text="Screenshot that shows where to navigate to, to select the GitHub workflow folder.":::
54+
:::image type="content" source="media/tutorial-enable-pr-annotations/workflow-folder.png" alt-text="Screenshot that shows where to navigate to, to select the GitHub workflow folder." lightbox="media/tutorial-enable-pr-annotations/workflow-folder.png":::
5555

5656
1. Select **msdevopssec.yml**, which was created in the [prerequisites](#prerequisites).
5757

58-
:::image type="content" source="media/tutorial-enable-pr-annotations/devopssec.png" alt-text="Screenshot that shows you where on the screen to select the msdevopssec.yml file.":::
58+
:::image type="content" source="media/tutorial-enable-pr-annotations/devopssec.png" alt-text="Screenshot that shows you where on the screen to select the msdevopssec.yml file." lightbox="media/tutorial-enable-pr-annotations/devopssec.png":::
5959

6060
1. Select **edit**.
6161

62-
:::image type="content" source="media/tutorial-enable-pr-annotations/edit-button.png" alt-text="Screenshot that shows you what the edit button looks like.":::
62+
:::image type="content" source="media/tutorial-enable-pr-annotations/edit-button.png" alt-text="Screenshot that shows you what the edit button looks like." lightbox="media/tutorial-enable-pr-annotations/edit-button.png":::
6363

6464
1. Locate and update the trigger section to include:
6565

@@ -69,8 +69,6 @@ By enabling pull request annotations in GitHub, your developers gain the ability
6969
branches: ["main"]
7070
```
7171
72-
:::image type="content" source="media/tutorial-enable-pr-annotations/trigger-section.png" alt-text="Screenshot of how the code will look when added.":::
73-
7472
You can also view a [sample repository](https://github.com/microsoft/security-devops-action/tree/main/samples).
7573
7674
(Optional) You can select which branches you want to run it on by entering the branch(es) under the trigger section. If you want to include all branches remove the lines with the branch list. 
@@ -117,7 +115,7 @@ Before you can enable pull request annotations, your main branch must have enabl
117115
118116
1. Navigate to **Branch Policies** > **Main branch**.
119117
120-
:::image type="content" source="media/tutorial-enable-pr-annotations/branch-policies.png" alt-text="Screenshot that shows where to locate the branch policies.":::
118+
:::image type="content" source="media/tutorial-enable-pr-annotations/branch-policies.png" alt-text="Screenshot that shows where to locate the branch policies." lightbox="media/tutorial-enable-pr-annotations/branch-policies.png":::
121119
122120
1. Locate the Build Validation section.
123121

0 commit comments

Comments
 (0)