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/azure-devops-extension.yml
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -104,17 +104,17 @@ procedureSection:
104
104
steps:
105
105
- task: MicrosoftSecurityDevOps@1
106
106
displayName: 'Microsoft Security DevOps'
107
-
inputs:
108
-
# command: 'run' | 'pre-job' | 'post-job'. Optional. The command to run. Default: run
109
-
# config: string. Optional. A file path to an MSDO configuration file ('*.gdnconfig').
110
-
# policy: 'azuredevops' | 'microsoft' | 'none'. Optional. The name of a well-known Microsoft policy. If no configuration file or list of tools is provided, the policy may instruct MSDO which tools to run. Default: azuredevops.
111
-
# categories: string. Optional. A comma-separated list of analyzer categories to run. Values: 'code', 'artifacts', 'IaC', 'containers'. Example: 'IaC, containers'. Defaults to all.
112
-
# languages: string. Optional. A comma-separated list of languages to analyze. Example: 'javascript,typescript'. Defaults to all.
113
-
# tools: string. Optional. A comma-separated list of analyzer tools to run. Values: 'bandit', 'binskim', 'eslint', 'templateanalyzer', 'terrascan', 'trivy'.
114
-
# break: boolean. Optional. If true, will fail this build step if any error level results are found. Default: false.
115
-
# publish: boolean. Optional. If true, will publish the output SARIF results file to the chosen pipeline artifact. Default: true.
116
-
# artifactName: string. Optional. The name of the pipeline artifact to publish the SARIF result file to. Default: CodeAnalysisLogs*.
117
-
107
+
# inputs:
108
+
# command: 'run' | 'pre-job' | 'post-job'. Optional. The command to run. Default: run
109
+
# config: string. Optional. A file path to an MSDO configuration file ('*.gdnconfig').
110
+
# policy: 'azuredevops' | 'microsoft' | 'none'. Optional. The name of a well-known Microsoft policy. If no configuration file or list of tools is provided, the policy may instruct MSDO which tools to run. Default: azuredevops.
111
+
# categories: string. Optional. A comma-separated list of analyzer categories to run. Values: 'code', 'artifacts', 'IaC', 'containers'. Example: 'IaC, containers'. Defaults to all.
112
+
# languages: string. Optional. A comma-separated list of languages to analyze. Example: 'javascript,typescript'. Defaults to all.
113
+
# tools: string. Optional. A comma-separated list of analyzer tools to run. Values: 'bandit', 'binskim', 'eslint', 'templateanalyzer', 'terrascan', 'trivy'.
114
+
# break: boolean. Optional. If true, will fail this build step if any error level results are found. Default: false.
115
+
# publish: boolean. Optional. If true, will publish the output SARIF results file to the chosen pipeline artifact. Default: true.
116
+
# artifactName: string. Optional. The name of the pipeline artifact to publish the SARIF result file to. Default: CodeAnalysisLogs*.
Copy file name to clipboardExpand all lines: articles/defender-for-cloud/github-action.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ Microsoft Security DevOps uses the following Open Source tools:
86
86
- name: Run Microsoft Security DevOps Analysis
87
87
uses: microsoft/security-devops-action@latest
88
88
id: msdo
89
-
with:
89
+
# with:
90
90
# config: string. Optional. A file path to an MSDO configuration file ('*.gdnconfig').
91
91
# policy: 'GitHub' | 'microsoft' | 'none'. Optional. The name of a well-known Microsoft policy. If no configuration file or list of tools is provided, the policy may instruct MSDO which tools to run. Default: GitHub.
92
92
# categories: string. Optional. A comma-separated list of analyzer categories to run. Values: 'code', 'artifacts', 'IaC', 'containers'. Example: 'IaC, containers'. Defaults to all.
0 commit comments