container hardening 800 190 for VS Code
io.github.jmshinhwa/container-hardening-800-190
Reads a Dockerfile or compose file and names the hardening controls it fails, with the NIST SP 800-1
client:VS Code
transport:stdio
runtime:npm
Install container hardening 800 190 in VS Code
.vscode/mcp.json
{
"servers": {
"container-hardening-800-190": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/container-hardening-800-190"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs