@modular-intelligence/checkov 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/index.js +2093 -1295
- package/package.json +12 -9
package/README.md
CHANGED
|
@@ -295,7 +295,7 @@ The following dangerous Checkov flags are blocked:
|
|
|
295
295
|
|
|
296
296
|
1. Clone or navigate to the checkov directory:
|
|
297
297
|
```bash
|
|
298
|
-
cd /
|
|
298
|
+
cd /path/to/mi-mcp-servers/packages/checkov
|
|
299
299
|
```
|
|
300
300
|
|
|
301
301
|
2. Install dependencies:
|
|
@@ -322,7 +322,7 @@ Add to your MCP client configuration (e.g., Claude Desktop):
|
|
|
322
322
|
"mcpServers": {
|
|
323
323
|
"checkov": {
|
|
324
324
|
"command": "bun",
|
|
325
|
-
"args": ["run", "/
|
|
325
|
+
"args": ["run", "/path/to/mi-mcp-servers/packages/checkov/src/index.ts"],
|
|
326
326
|
"env": {
|
|
327
327
|
"BC_API_KEY": "your-api-key-here"
|
|
328
328
|
}
|