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
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,21 +22,21 @@ If you're having issues with Defender for DevOps these frequently asked question
22
22
-[Is Exemptions capability available and tracked for app sec vulnerability management](#is-exemptions-capability-available-and-tracked-for-app-sec-vulnerability-management)
-[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
-
-[I am not able to configure Pull Request Annotations](#i-am-not-able-to-configure-pull-request-annotations)
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 an error that informs me that there is no CLI tool](#im-getting-an-error-that-informs-me-that-there-is-no-cli-tool)
25
+
-[I'm not able to configure Pull Request Annotations](#im-not-able-to-configure-pull-request-annotations)
26
+
-[What programming languages are supported by Defender for DevOps?](#what-programming-languages-are-supported-by-defender-for-devops)
27
+
-[I'm getting an error that informs me that there's no CLI tool](#im-getting-an-error-that-informs-me-that-theres-no-cli-tool)
28
28
29
29
### I'm getting an error while trying to connect
30
30
31
-
When selecting the *Authorize* button, the presently signed-in account is used, which could be the same email but different tenant. Make sure you have the right account/tenant combination selected in the popup consent screen and Visual Studio.
31
+
When you select the *Authorize* button, the account that you're logged in with is used. That account can have the same email but may have a different tenant. Make sure you have the right account/tenant combination selected in the popup consent screen and Visual Studio.
32
32
33
-
The presently signed-in account can be checked [here](https://app.vssps.visualstudio.com/profile/view).
33
+
You can [check which account is signed in](https://app.vssps.visualstudio.com/profile/view).
34
34
35
35
### Why can't I find my repository
36
36
37
-
Only TfsGit is supported on Azure DevOps service.
37
+
The Azure DevOps service only supports `TfsGit`.
38
38
39
-
Ensure that you've [onboarded your repositories](/azure/defender-for-cloud/quickstart-onboard-devops?branch=main) to Microsoft Defender for Cloud. If you still can't see your repository, ensure that you're signed in with the correct Azure DevOps organization user account. Your Azure subscription and Azure DevOps Organization need to be in the same tenant. If the user for the connector is wrong, you need to delete the connector that was created, sign in with the correct user account and re-create the connector.
39
+
Ensure that you've [onboarded your repositories](/azure/defender-for-cloud/quickstart-onboard-devops?branch=main) to Microsoft Defender for Cloud. If you still can't see your repository, ensure that you're signed in with the correct Azure DevOps organization user account. Your Azure subscription and Azure DevOps Organization need to be in the same tenant. If the user for the connector is wrong, you need to delete the previously created connector, sign in with the correct user account and re-create the connector.
40
40
41
41
### Secret scan didn't run on my code
42
42
@@ -46,7 +46,7 @@ In addition to onboarding resources, you must have the [Microsoft Security DevOp
46
46
47
47
If no secrets are identified through scans, the total exposed secret for the resource shows `Healthy` in Defender for Cloud.
48
48
49
-
If secret scan isn't enabled (meaning MSDO isn't configured for your pipeline) or a scan isn't performed for at least 14 days, the resource will show as `N/A` in Defender for Cloud.
49
+
If secret scan isn't enabled (meaning MSDO isn't configured for your pipeline) or a scan isn't performed for at least 14 days, the resource shows as `N/A` in Defender for Cloud.
50
50
51
51
### I don’t see generated SARIF file in the path I chose to drop it
52
52
@@ -62,7 +62,7 @@ Azure DevOps repositories only have the total exposed secrets available and will
62
62
63
63
For a previously unhealthy scan result to be healthy again, updated healthy scan results need to be from the same build definition as the one that generated the findings in the first place. A common scenario where this issue occurs is when testing with different pipelines. For results to refresh appropriately, scan results need to be for the same pipeline(s) and branch(es).
64
64
65
-
If no scanning is performed for 14 days, the scan results would be revert to “N/A”.
65
+
If no scan is performed for 14 days, the scan results revert to `N/A`.
66
66
67
67
### I don’t see Recommendations for findings
68
68
@@ -86,40 +86,40 @@ Learn more about [Microsoft Privacy Statement](https://go.microsoft.com/fwLink/?
86
86
87
87
### Is Exemptions capability available and tracked for app sec vulnerability management?
88
88
89
-
Exemptions are not available for Defender for DevOps within Microsoft Defender for Cloud.
89
+
Exemptions aren't available for Defender for DevOps within Microsoft Defender for Cloud.
90
90
91
91
### Is continuous, automatic scanning available?
92
92
93
93
Currently scanning occurs at build time.
94
94
95
95
### Is it possible to block the developers committing code with exposed secrets?
96
96
97
-
The ability to block developers from committing code with exposed secrets is not currently available.
97
+
The ability to block developers from committing code with exposed secrets isn't currently available.
98
98
99
-
### I am not able to configure Pull Request Annotations
99
+
### I'm not able to configure Pull Request Annotations
100
100
101
101
Make sure you have write (owner/contributor) access to the subscription.
102
102
103
-
### What are the programing languages that are supported by Defender for DevOps?
103
+
### What programming languages are supported by Defender for DevOps?
104
104
105
105
The following languages are supported by Defender for DevOps:
106
106
107
107
- Python
108
-
-Java Script
109
-
-Type Script
108
+
-JavaScript
109
+
-TypeScript
110
110
111
-
### I'm getting an error that informs me that there is no CLI tool
111
+
### I'm getting an error that informs me that there's no CLI tool
112
112
113
-
If when running the pipeline in Azure DevOps, you receive the following error:
113
+
When you run the pipeline in Azure DevOps, you receive the following error:
114
114
"no such file or directory, scandir 'D:\a\_msdo\versions\microsoft.security.devops.cli'".
115
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":::
116
+
:::image type="content" source="media/devops-faq/error-in-run.png" alt-text="Screenshot that shows an error that states there's no CLI tool." lightbox="media/devops-faq/error-in-run.png":::
117
117
118
118
This error can be seen in the extensions job as well.
119
119
120
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
121
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.
122
+
This error occurs if you're 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.
123
123
124
124
You can learn more about [Microsoft Security DevOps](https://marketplace.visualstudio.com/items?itemName=ms-securitydevops.microsoft-security-devops-azdevops).
0 commit comments