![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
@monokle/cli
Advanced tools
Monokle CLI for static Kubernetes analysis
Monokle CLI is a command-line interface for static analysis of Kubernetes resources.
Use it to prevent misconfigurations within Kustomize, Helm or default Kubernetes resources. The output is available as a SARIF file which you can upload to GitHub CodeScan.
Under the hood it uses @monokle/validation which allows you to configure validation rules extensively.
You can install the CLI as an NPM package or as a executable binary (MacOS only).
Monokle CLI should be installed globally using the following method:
npm install --global @monokle/cli
We recommend using the LTS NodeJs version.
On MacOS you can simply install it with brew:
brew install @monokle/cli
You can expect a convenient binary for Windows and Linux soon.
monokle validate bundle.yaml
This will recursively scan all YAML files and parse them as plain Kubernetes resources.
monokle validate k8s-dir
helm template helm-dir | monokle validate -
kustomize build kustomize-dir/overlays/local | monokle validate -
monokle validate --output sarif k8s-dir > results.sarif
Afterwards you could use VSC's SARIF Viewer or other tools to inspect the results.
You can use --help
to access help information directly from the CLI.
The Monokle Action looks for a Monokle Validation configuration.
The default path is found at ./monokle.validation.yaml
. You can change this by using the --config
flag.
Learn more about Monokle Validation configuration
Example
plugins:
yaml-syntax: true
kubernetes-schema: true
rules:
yaml-syntax/no-bad-alias: "warn"
yaml-syntax/no-bad-directive: false
open-policy-agent/no-last-image: "err"
open-policy-agent/cpu-limit: "err"
open-policy-agent/memory-limit: "err"
open-policy-agent/memory-request: "err"
settings:
kubernetes-schema:
schemaVersion: v1.24.2
FAQs
Monokle validation and more through the CLI
We found that @monokle/cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.