You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/defender-for-cloud/devops-faq.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Defender for DevOps FAQ
3
3
description: If you're having issues with Defender for DevOps perhaps, you can solve it with these frequently asked questions.
4
4
ms.topic: reference
5
-
ms.date: 01/26/2023
5
+
ms.date: 02/23/2023
6
6
---
7
7
8
8
# Defender for DevOps frequently asked questions (FAQ)
@@ -24,8 +24,7 @@ If you're having issues with Defender for DevOps these frequently asked question
24
24
-[Is it possible to block the developers committing code with exposed secrets](#is-it-possible-to-block-the-developers-committing-code-with-exposed-secrets)
25
25
-[I am not able to configure Pull Request Annotations](#i-am-not-able-to-configure-pull-request-annotations)
26
26
-[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)
29
28
30
29
### I'm getting an error while trying to connect
31
30
@@ -109,11 +108,17 @@ The following languages are supported by Defender for DevOps:
109
108
- Java Script
110
109
- Type Script
111
110
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
113
112
114
113
If when running the pipeline in Azure DevOps, you receive the following error:
115
114
"no such file or directory, scandir 'D:\a\_msdo\versions\microsoft.security.devops.cli'".
116
115
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
+
117
122
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.
118
123
119
124
You can learn more about [Microsoft Security DevOps](https://marketplace.visualstudio.com/items?itemName=ms-securitydevops.microsoft-security-devops-azdevops).
0 commit comments