2

I cloned the repo: https://github.com/HoussemDellai/WebAppWithDatabaseDemo.git to Azure Dev Ops project and created a CI-CD pipeline. In the pipeline I added a task for WhiteSource Bolt based on the instructions mentioned at : https://www.c-sharpcorner.com/article/performing-vulnerability-assessment-in-azure-devops/ and https://www.youtube.com/watch?v=cjmvuNth1GE. I then tried to trigger the build pipeline and came across error at the WhiteSource task level :

WhiteSource was unable to scan your repository. Please connect to your WhiteSource account by navigating to Organization settings > WhiteSource tab.

Can anyone help me here by providing their guidance to fix this issue

santosh kumar patro
  • 7,231
  • 22
  • 71
  • 143

1 Answers1

3

You need to create your whitesource bolt account and generate an activation key from the integrate menu. Apply that key in the in the Organization settings > WhiteSource tab.

lp_nave
  • 244
  • 3
  • 17
  • Thanks @lp_nave for your response. In this case I am using free version of WhiteSourceBolt (https://marketplace.visualstudio.com/items?itemName=whitesource.whiteSource-bolt-v2) . I tried to figure out how to create an account but no luck on it. On clicking the WhiteSource under Extensions under Organization Settings I see an error saying : Please connect your organization to an Azure AD via Organization Settings > Azure Active Directory. – santosh kumar patro Oct 21 '21 at 10:59
  • @santoshkumarpatro same here – lp_nave Oct 21 '21 at 12:06
  • Thanks @lp_nave. I tried to follow all the details shared by you and it helped me to resolve the issue :) – santosh kumar patro Oct 22 '21 at 13:56