This is the Visual Studio Code plugin for Smelly Kube, used to identify security vulnerabilities in Kubernetes manifests. The extension is already published in vscode marketplace, and can be continuously improved with new features. Feel free to contribute with the extension.
Running the extension
Set the environment variables below in a .env file;
Name
Description
Type
Required?
API_URL
The Smelly Kube API url and endpoint
string
Yes
Install the dependencies with npm install .;
Press F5 to open a new window with your extension loaded through your Visual Studio Code;
Run the command from the command palette by pressing (F1 or Cmd+Shift+P on Mac) and typing Analyze file for vulnerabilities;