Skip to content

Commit 56a3850

Browse files
committed
Remove 'container-mapping' from the list of tools in MSDO workflow
1 parent 7c0a17b commit 56a3850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/MSDO-Microsoft-Security-DevOps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# 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.
3939
# categories: string. Optional. A comma-separated list of analyzer categories to run. Values: 'code', 'artifacts', 'IaC', 'containers'. Example: 'IaC, containers'. Defaults to all.
4040
# languages: string. Optional. A comma-separated list of languages to analyze. Example: 'javascript,typescript'. Defaults to all.
41-
tools: 'bandit, binskim, checkov, container-mapping, templateanalyzer, terrascan, trivy'
41+
tools: 'bandit, binskim, checkov, templateanalyzer, terrascan, trivy'
4242

4343
# Upload alerts to the Security tab - required for MSDO results to appear in the codeQL security alerts tab on GitHub (Requires GHAS)
4444
- name: Upload results to Security tab

0 commit comments

Comments
 (0)