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: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,15 @@ To upload results to the Security tab of your repo, run the `github/codeql-actio
50
50
51
51
## Advanced
52
52
53
-
To configure **Container Mapping** to send to **Microsoft Defender for DevOps**, include `container-mapping` with your `tools` input option:
53
+
To configure **Container Mapping** to send to **Microsoft Defender for DevOps**, include `container-mapping` as a tool:
54
+
```yaml
55
+
- uses: microsoft/security-devops-action@v1
56
+
id: msdo
57
+
with:
58
+
includeTools: container-mapping
59
+
```
60
+
61
+
This will run all the analyzers defined by the configured or defaulted policy in addition to `container-mapping`. To only run this feature, define `container-mapping` as the only `tool` to run:
0 commit comments