我将repo:https://github.com/HoussemDellai/WebAppWithDatabaseDemo.git克隆到Azure Dev Ops项目中,并创建了CI-CD管道。在管道中,我根据https://www.c-sharpcorner.com/article/performing-vulnerability-assessment-in-azure-devops/和https://www.youtube.com/watch?v=cjmvuNth1GE中提到的说明为WhiteSource Bolt添加了一个任务。然后,我尝试触发构建管道,但在WhiteSource任务级别遇到错误:
WhiteSource was unable to scan your repository. Please connect to your WhiteSource account by navigating to Organization settings > WhiteSource tab.有没有人可以通过提供指导来帮助我解决这个问题
发布于 2021-10-21 06:44:31
您需要创建您的whitesource bolt帐户,并从集成菜单中生成激活密钥。在组织设置> WhiteSource选项卡中应用该密钥。
https://stackoverflow.com/questions/69532174
复制相似问题