Skip to content

Commit 21607c0

Browse files
Merge pull request #226703 from Kadrita/patch-5
Update devops-faq.md
2 parents a7ccd40 + 4611ef1 commit 21607c0

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@ If you're having issues with Defender for DevOps these frequently asked question
1616
- [Secret scan didn't run on my code](#secret-scan-didnt-run-on-my-code)
1717
- [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)
1818
- [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)
1920
- [I don’t see Recommendations for findings](#i-dont-see-recommendations-for-findings)
2021
- [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)
2122
- [Is Exemptions capability available and tracked for app sec vulnerability management](#is-exemptions-capability-available-and-tracked-for-app-sec-vulnerability-management)
2223
- [Is continuous, automatic scanning available?](#is-continuous-automatic-scanning-available)
2324
- [Is it possible to block the developers committing code with exposed secrets](#is-it-possible-to-block-the-developers-committing-code-with-exposed-secrets)
2425
- [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)
2527

2628

2729
### I'm getting an error while trying to connect
@@ -56,6 +58,12 @@ Currently, OSS vulnerabilities, IaC scanning vulnerabilities, and Total code sca
5658

5759
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).
5860

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+
5967
### I don’t see Recommendations for findings
6068

6169
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
9098

9199
Make sure you have write (owner/contributor) access to the subscription.
92100

101+
### What are the programing languages that are supported by Defender for DevOps?
102+
103+
The following languages are supported by Defender for DevOps:
104+
105+
- Python
106+
- Java Script
107+
- Type Script
108+
109+
93110

94111
## Next steps
95112

0 commit comments

Comments
 (0)