From 1d039e1607c98d9b9a705102315b43896ad10633 Mon Sep 17 00:00:00 2001 From: "Tajinder Singh (TJ)" Date: Tue, 21 Feb 2023 13:50:42 +0100 Subject: [PATCH] fixed typo (#1942) * fixed typo * Update defender-for-devops.yml * update to valid categories * fixed request changes --- code-scanning/defender-for-devops.yml | 4 ++++ code-scanning/properties/defender-for-devops.properties.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/code-scanning/defender-for-devops.yml b/code-scanning/defender-for-devops.yml index c521f36..71971cd 100644 --- a/code-scanning/defender-for-devops.yml +++ b/code-scanning/defender-for-devops.yml @@ -11,6 +11,10 @@ # as well as Windows self hosted agents. ubuntu-latest support coming soon. # # For more information about the action , check out https://github.com/microsoft/security-devops-action +# +# Please note this workflow do not integrate your GitHub Org with Microsoft Defender For DevOps. You have to create an integration +# and provide permission before this can report data back to azure. +# Read the official documentation here : https://learn.microsoft.com/en-us/azure/defender-for-cloud/quickstart-onboard-github name: "Microsoft Defender For Devops" diff --git a/code-scanning/properties/defender-for-devops.properties.json b/code-scanning/properties/defender-for-devops.properties.json index 23b01d3..495fa26 100644 --- a/code-scanning/properties/defender-for-devops.properties.json +++ b/code-scanning/properties/defender-for-devops.properties.json @@ -1,7 +1,7 @@ { "name": "Microsoft Defender For DevOps Scan", "creator": "Microsoft", - "description": "Defender for devops helps integrate multiple tools with GitHub Advanced Security and sends the results to Defender for cloud dashbord.", + "description": "Defender for DevOps helps integrate multiple tools with GitHub Advanced Security and sends the results to Defender for Cloud dashboard.", "iconName": "microsoft", - "categories": ["Code Scanning", "IaC","Docker Images", "Defender For DevOps", "EsLint", "Bandit", "Trivy", "BinSkim", "TemplateAnalyzer"] + "categories": ["Code Scanning", "HCL","Dockerfile", "Python", "JavaScript", "EcmaScript", "TypeScript"] }