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
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,14 @@ If you're having issues with Defender for DevOps these frequently asked question
16
16
-[Secret scan didn't run on my code](#secret-scan-didnt-run-on-my-code)
17
17
-[I don’t see generated SARIF file in the path I chose to drop it](#i-dont-see-generated-sarif-file-in-the-path-i-chose-to-drop-it)
18
18
-[I don’t see the results for my ADO projects in Microsoft Defender for Cloud](#i-dont-see-the-results-for-my-ado-projects-in-microsoft-defender-for-cloud)
19
+
-[Why is my Azure DevOps repository not refreshing to healthy?](#why-is-my-azure-devops-repository-not-refreshing-to-healthy)
19
20
-[I don’t see Recommendations for findings](#i-dont-see-recommendations-for-findings)
20
21
-[What information does Defender for DevOps store about me and my enterprise, and where is the data stored?](#what-information-does-defender-for-devops-store-about-me-and-my-enterprise-and-where-is-the-data-stored)
21
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)
24
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)
25
27
26
28
27
29
### I'm getting an error while trying to connect
@@ -56,6 +58,12 @@ Currently, OSS vulnerabilities, IaC scanning vulnerabilities, and Total code sca
56
58
57
59
Azure DevOps repositories only have the total exposed secrets available and will show `N/A` for all other fields. You can learn more about how to [Review your findings](defender-for-devops-introduction.md).
58
60
61
+
### Why is my Azure DevOps repository not refreshing to healthy?
62
+
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
+
65
+
If no scanning is performed for 14 days, the scan results would be revert to “N/A”.
66
+
59
67
### I don’t see Recommendations for findings
60
68
61
69
Ensure that you've onboarded the project with the connector and that your repository (that build is for), is onboarded to Microsoft Defender for Cloud. You can learn how to [onboard your DevOps repository](/azure/defender-for-cloud/quickstart-onboard-devops?branch=main) to Defender for Cloud.
@@ -90,6 +98,15 @@ The ability to block developers from committing code with exposed secrets is not
90
98
91
99
Make sure you have write (owner/contributor) access to the subscription.
92
100
101
+
### What are the programing languages that are supported by Defender for DevOps?
102
+
103
+
The following languages are supported by Defender for DevOps:
0 commit comments