Skip to content

Commit 9285500

Browse files
Merge pull request #241877 from ElazarK/wi116750-devops-msdo
made changes as per PM
2 parents 6c80fa8 + 39e44ff commit 9285500

File tree

2 files changed

+3
-25
lines changed

2 files changed

+3
-25
lines changed

articles/defender-for-cloud/azure-devops-extension.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Configure the Microsoft Security DevOps Azure DevOps extension
33
description: Learn how to configure the Microsoft Security DevOps Azure DevOps extension.
4-
ms.date: 05/01/2023
4+
ms.date: 06/20/2023
55
ms.topic: how-to
66
ms.custom: ignite-2022
77
---
@@ -96,30 +96,15 @@ If you don't have access to install the extension, you must request access from
9696
pool:
9797
vmImage: 'windows-latest'
9898
steps:
99-
- task: UseDotNet@2
100-
displayName: 'Use dotnet'
101-
inputs:
102-
version: 3.1.x
103-
- task: UseDotNet@2
104-
displayName: 'Use dotnet'
105-
inputs:
106-
version: 5.0.x
107-
- task: UseDotNet@2
108-
displayName: 'Use dotnet'
109-
inputs:
110-
version: 6.0.x
11199
- task: MicrosoftSecurityDevOps@1
112100
displayName: 'Microsoft Security DevOps'
113101
```
114102
115-
> [!Note]
116-
> The MicrosoftSecurityDevOps build task depends on .NET 6. The CredScan analyzer depends on .NET 3.1. See more [here](https://marketplace.visualstudio.com/items?itemName=ms-securitydevops.microsoft-security-devops-azdevops).
117-
118103
9. To commit the pipeline, select **Save and run**.
119104
120105
The pipeline will run for a few minutes and save the results.
121106
122-
> [!Note]
107+
> [!NOTE]
123108
> Install the SARIF SAST Scans Tab extension on the Azure DevOps organization in order to ensure that the generated analysis results will be displayed automatically under the Scans tab.
124109
125110
## Learn more

articles/defender-for-cloud/github-action.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Configure the Microsoft Security DevOps GitHub action
33
description: Learn how to configure the Microsoft Security DevOps GitHub action.
4-
ms.date: 05/01/2023
4+
ms.date: 06/18/2023
55
ms.topic: how-to
66
ms.custom: ignite-2022
77
---
@@ -78,13 +78,6 @@ Security DevOps uses the following Open Source tools:
7878
# Checkout your code repository to scan
7979
- uses: actions/checkout@v3
8080

81-
# Install dotnet, used by MSDO
82-
- uses: actions/setup-dotnet@v3
83-
with:
84-
dotnet-version: |
85-
5.0.x
86-
6.0.x
87-
8881
# Run analyzers
8982
- name: Run Microsoft Security DevOps Analysis
9083
uses: microsoft/security-devops-action@preview

0 commit comments

Comments
 (0)