Skip to content

Commit e8ee665

Browse files
committed
2 parents 221aec4 + 84710f5 commit e8ee665

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/sample-workflow-windows-latest.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
- uses: actions/setup-dotnet@v1
2222
with:
2323
dotnet-version: |
24-
3.1.x
2524
5.0.x
2625
6.0.x
2726

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# microsoft/security-devops-action (Preview)
22

3+
Microsoft Security DevOps (MSDO) is a command line application which integrates static analysis tools into the development cycle. MSDO installs, configures and runs the latest versions of static analysis tools (including, but not limited to, SDL/security and compliance tools). MSDO is data-driven with portable configurations that enable deterministic execution across multiple environments. For tools that output results in or MSDO can convert their results to SARIF, MSDO imports into a normalized file database for seamlessly reporting and responding to results across tools, such as forcing build breaks.
4+
5+
Run locally. Run remotely.
6+
37
![Microsoft Security DevOps windows-latest](https://github.com/microsoft/security-devops-action/workflows/MSDO%20windows-latest/badge.svg)
48
![Microsoft Security DevOps ubuntu-latest](https://github.com/microsoft/security-devops-action/workflows/MSDO%20ubuntu-latest/badge.svg)
59

@@ -31,7 +35,6 @@ steps:
3135
- uses: actions/setup-dotnet@v1
3236
with:
3337
dotnet-version: |
34-
3.1.x
3538
5.0.x
3639
6.0.x
3740
- name: Run Microsoft Security DevOps

0 commit comments

Comments
 (0)