Skip to content

Commit b63eb4f

Browse files
committed
fixed up devops faq
1 parent ab275b6 commit b63eb4f

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

articles/defender-for-cloud/devops-faq.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Defender for DevOps FAQ
33
description: If you're having issues with Defender for DevOps perhaps, you can solve it with these frequently asked questions.
44
ms.topic: reference
5-
ms.date: 01/26/2023
5+
ms.date: 02/23/2023
66
---
77

88
# Defender for DevOps frequently asked questions (FAQ)
@@ -24,8 +24,7 @@ If you're having issues with Defender for DevOps these frequently asked question
2424
- [Is it possible to block the developers committing code with exposed secrets](#is-it-possible-to-block-the-developers-committing-code-with-exposed-secrets)
2525
- [I am not able to configure Pull Request Annotations](#i-am-not-able-to-configure-pull-request-annotations)
2626
- [What are the programing languages that are supported by Defender for DevOps?](#what-are-the-programing-languages-that-are-supported-by-defender-for-devops)
27-
- [I'm getting the There's no CLI tool error in Azure DevOps](#im-getting-the-theres-no-cli-tool-error-in-azure-devops)
28-
27+
- [I'm getting an error that informs me that there is no CLI tool](#im-getting-an-error-that-informs-me-that-there-is-no-cli-tool)
2928

3029
### I'm getting an error while trying to connect
3130

@@ -109,11 +108,17 @@ The following languages are supported by Defender for DevOps:
109108
- Java Script
110109
- Type Script
111110

112-
### I'm getting the There's no CLI tool error in Azure DevOps
111+
### I'm getting an error that informs me that there is no CLI tool
113112

114113
If when running the pipeline in Azure DevOps, you receive the following error:
115114
"no such file or directory, scandir 'D:\a\_msdo\versions\microsoft.security.devops.cli'".
116115

116+
:::image type="content" source="media/devops-faq/error-in-run.png" alt-text="Screenshot that shows an error that states there is no CLI tool." lightbox="media/devops-faq/error-in-run.png":::
117+
118+
This error can be seen in the extensions job as well.
119+
120+
:::image type="content" source="media/devops-faq/error-in-job.png" alt-text="Screenshot that shows the job's extension where the error is visible." lightbox="media/devops-faq/error-in-job.png":::
121+
117122
This error occurs if you are missing the dependency of `dotnet6` in the pipeline's YAML file. DotNet6 is required to allow the Microsoft Security DevOps extension to run. Include this as a task in your YAML file to eliminate the error.
118123

119124
You can learn more about [Microsoft Security DevOps](https://marketplace.visualstudio.com/items?itemName=ms-securitydevops.microsoft-security-devops-azdevops).
790 KB
Loading
205 KB
Loading

0 commit comments

Comments
 (0)