Skip to content

Commit 71f68d4

Browse files
committed
Update devops-faq.md
1 parent b63eb4f commit 71f68d4

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

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

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@ If you're having issues with Defender for DevOps these frequently asked question
2222
- [Is Exemptions capability available and tracked for app sec vulnerability management](#is-exemptions-capability-available-and-tracked-for-app-sec-vulnerability-management)
2323
- [Is continuous, automatic scanning available?](#is-continuous-automatic-scanning-available)
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)
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)
2828

2929
### I'm getting an error while trying to connect
3030

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.
3232

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).
3434

3535
### Why can't I find my repository
3636

37-
Only TfsGit is supported on Azure DevOps service.
37+
The Azure DevOps service only supports `TfsGit`.
3838

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.
4040

4141
### Secret scan didn't run on my code
4242

@@ -46,7 +46,7 @@ In addition to onboarding resources, you must have the [Microsoft Security DevOp
4646

4747
If no secrets are identified through scans, the total exposed secret for the resource shows `Healthy` in Defender for Cloud.
4848

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.
5050

5151
### I don’t see generated SARIF file in the path I chose to drop it
5252

@@ -62,7 +62,7 @@ Azure DevOps repositories only have the total exposed secrets available and will
6262

6363
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).
6464

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`.
6666

6767
### I don’t see Recommendations for findings
6868

@@ -86,40 +86,40 @@ Learn more about [Microsoft Privacy Statement](https://go.microsoft.com/fwLink/?
8686

8787
### Is Exemptions capability available and tracked for app sec vulnerability management?
8888

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.
9090

9191
### Is continuous, automatic scanning available?
9292

9393
Currently scanning occurs at build time.
9494

9595
### Is it possible to block the developers committing code with exposed secrets?
9696

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.
9898

99-
### I am not able to configure Pull Request Annotations
99+
### I'm not able to configure Pull Request Annotations
100100

101101
Make sure you have write (owner/contributor) access to the subscription.
102102

103-
### What are the programing languages that are supported by Defender for DevOps?
103+
### What programming languages are supported by Defender for DevOps?
104104

105105
The following languages are supported by Defender for DevOps:
106106

107107
- Python
108-
- Java Script
109-
- Type Script
108+
- JavaScript
109+
- TypeScript
110110

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
112112

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:
114114
"no such file or directory, scandir 'D:\a\_msdo\versions\microsoft.security.devops.cli'".
115115

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":::
117117

118118
This error can be seen in the extensions job as well.
119119

120120
:::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":::
121121

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.
123123

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

0 commit comments

Comments
 (0)