Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit 69c8652

Browse files
committed
peter´s feedback
1 parent be3ccbc commit 69c8652

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Instructions/Labs/AZ400_M19_Implement_Security_and_Compliance_in_an_Azure_DevOps_pipeline.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,15 @@ In this task, you will activate WhiteSource Bolt in the newly generated Azure De
9595

9696
1. On the MarketPlace, search for **Mend Bolt (formerly WhiteSource)** and open it. Mend Bolt is the free version of the previously known Whitesource tool, which scans all your projects and detects open source components, their license and known vulnerabilities.
9797

98+
> Warning: make sure you select the Mend **Bolt** option (the **free** one)!
99+
98100
1. On the **Mend Bolt (formerly WhiteSource)** page, clikc on **Get it for free**.
99101

100102
![Get Mend Bolt](images/mend-bolt.png)
101103

102104
1. On the next page, select the desired Azure DevOps organization and **Install**. **Proceed to organization** once installed.
103105

104-
1. In your Azure DevOps navigate to **Organization Settings** and select **Mend** under **Extensions**. Provide your Work Email, Company Name and other details and click **Create Account** button to start using the Free version.
106+
1. In your Azure DevOps navigate to **Organization Settings** and select **Mend** under **Extensions**. Provide your Work Email (**your lab personal account**, e.g. using AZ400learner@outlook.com instead of student@microsoft.com ), Company Name and other details and click **Create Account** button to start using the Free version.
105107

106108
![Get Mend Account](images/mend-account.png)
107109

@@ -110,7 +112,7 @@ In this task, you will activate WhiteSource Bolt in the newly generated Azure De
110112

111113
In this task, you will create and trigger a CI build pipeline within Azure DevOps project. You will use **Mend Bolt** extension to identify vulnerable OSS components present in this code.
112114

113-
1. On your lab computer, in the vertical menu bar on the left side, navigate to the **Pipelines>Pipelines** section, click **Create Pipeline**.
115+
1. On your lab computer, from the **eShopOnWeb** Azure DevOps project, in the vertical menu bar on the left side, navigate to the **Pipelines>Pipelines** section, click **Create Pipeline**.
114116

115117
1. On the **Where is your code?** window, select **Azure Repos Git (YAML)** and select the **eShopOnWeb** repository.
116118

0 commit comments

Comments
 (0)