|
12 | 12 | "version": { |
13 | 13 | "Major": 1, |
14 | 14 | "Minor": 7, |
15 | | - "Patch": 0 |
| 15 | + "Patch": 1 |
16 | 16 | }, |
17 | 17 | "preview": true, |
18 | 18 | "minimumAgentVersion": "1.83.0", |
|
50 | 50 | "type": "string", |
51 | 51 | "required": false, |
52 | 52 | "helpMarkDown": "A comma separated list of analyzer categories to run. Values: `secrets`, `code`, `artifacts`, `IaC`, `containers`. Example: `IaC,secrets`. Defaults to all.", |
53 | | - "group": "advanced" |
| 53 | + "groupName": "advanced" |
54 | 54 | }, |
55 | 55 | { |
56 | 56 | "name": "languages", |
57 | 57 | "label": "Languages", |
58 | 58 | "type": "string", |
59 | 59 | "required": false, |
60 | 60 | "helpMarkDown": "A comma separated list of languages to analyze. Example: `javascript,typescript`. Defaults to all.", |
61 | | - "group": "advanced" |
| 61 | + "groupName": "advanced" |
62 | 62 | }, |
63 | 63 | { |
64 | 64 | "name": "tools", |
65 | 65 | "label": "Tools", |
66 | 66 | "type": "string", |
67 | 67 | "required": false, |
68 | | - "helpMarkDown": "A comma separated list of analyzer tools to run. Values: `bandit`, `binskim`, `eslint`, `template-analyzer`, `terrascan`, `trivy`.", |
69 | | - "group": "advanced" |
| 68 | + "helpMarkDown": "A comma separated list of analyzer tools to run. Values: `bandit`, `binskim`, `eslint`, `templateanalyzer`, `terrascan`, `trivy`.", |
| 69 | + "groupName": "advanced" |
70 | 70 | }, |
71 | 71 | { |
72 | 72 | "name": "break", |
|
75 | 75 | "required": false, |
76 | 76 | "helpMarkDown": "If checked, will fail this build step if any error level results are found.", |
77 | 77 | "defaultValue": "false", |
78 | | - "group": "advanced" |
| 78 | + "groupName": "advanced" |
79 | 79 | }, |
80 | 80 | { |
81 | 81 | "name": "publish", |
|
84 | 84 | "required": false, |
85 | 85 | "helpMarkDown": "If checked, will publish the output SARIF results file to the chosen pipeline artifact. Default: true", |
86 | 86 | "defaultValue": "true", |
87 | | - "group": "advanced" |
| 87 | + "groupName": "advanced" |
88 | 88 | }, |
89 | 89 | { |
90 | 90 | "name": "artifactName", |
91 | 91 | "label": "Artifact Name", |
92 | 92 | "type": "string", |
93 | 93 | "required": false, |
94 | | - "helpMarkDown": "The name of the pipeline artifact to publish the SARIF result file to. Default: CodeAnalysisLogs</br>If left as \"CodeAnalysisLogs\", it integrates with the [SARIF Scans Tab](https://marketplace.visualstudio.com/items?itemName=sariftools.scans) viewing experience.", |
| 94 | + "helpMarkDown": "The name of the pipeline artifact to publish the SARIF result file to. Default: CodeAnalysisLogs</br>\"CodeAnalysisLogs\" is required for integration with [Defender for DevOps](https://aka.ms/defender-for-devops).</br>If left as \"CodeAnalysisLogs\", it integrates with the [SARIF Scans Tab](https://marketplace.visualstudio.com/items?itemName=sariftools.scans) viewing experience.", |
95 | 95 | "defaultValue": "CodeAnalysisLogs", |
96 | | - "group": "advanced" |
| 96 | + "groupName": "advanced" |
97 | 97 | } |
98 | 98 | ], |
99 | 99 | "instanceNameFormat": "Run Microsoft Defender for DevOps", |
|
0 commit comments