diff --git a/.github/workflows/defender-for-devops.yml b/.github/workflows/defender-for-devops.yml index ee2f16a..790d369 100644 --- a/.github/workflows/defender-for-devops.yml +++ b/.github/workflows/defender-for-devops.yml @@ -45,6 +45,8 @@ jobs: uses: microsoft/security-devops-action@latest id: msdo with: + tools: dit, binskim, eslint, templateanalyzer, terrascan, trivy + policy: GitHub # config: string. Optional. A file path to an MSDO configuration file ('*.gdnconfig'). # 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. # categories: string. Optional. A comma-separated list of analyzer categories to run. Values: 'code', 'artifacts', 'IaC', 'containers'. Example: 'IaC, containers'. Defaults to all.