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
|`run_sysdig_cli_scanner`| Run the Sysdig CLI Scanner to analyze a container image or IaC files for vulnerabilities and posture and misconfigurations. |"Scan this image ubuntu:latest for vulnerabilities"|
@@ -171,6 +195,8 @@ This file contains the main configuration for the application, including:
171
195
- **sysdig**: The Sysdig Secure host to connect to.
172
196
- **mcp**: Transport protocol (stdio, sse, streamable-http), URL, host, and port for the MCP server.
173
197
198
+
> You can set the path for the app_config.yaml using the `APP_CONFIG_FILE=/path/to/app_config.yaml` env var. By default the app will search the file in the root of the app.
199
+
174
200
### Environment Variables
175
201
176
202
The following environment variables are required for configuring the Sysdig SDK:
@@ -250,6 +276,12 @@ configMap:
250
276
transport: streamable-http
251
277
host: "0.0.0.0"
252
278
port: 8080
279
+
allowed_tools:
280
+
- "events-feed"
281
+
- "inventory"
282
+
- "vulnerability-management"
283
+
- "sysdig-sage"
284
+
- "sysdig-cli-scanner" # You need the sysdig-cli-scanner binary installed in your server to use this tool
0 commit comments