stribog-cloud/KubeVigil Scan

Scan Kubernetes manifests for security misconfigurations with KubeVigil (KSPM).

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
filesPath to a manifest file or directory to scan (passed to `kubevigil scan -f`).yes
versionKubeVigil release to install. Either a release tag (e.g. "v1.0.0") or "latest" to resolve the newest GitHub release at runtime. nolatest
formatReport format written to `output-file` (text, json, yaml, markdown, html, sarif, junit, csv). nosarif
output-filePath to write the scan report to.nokubevigil-results.sarif
fail-onMinimum severity (info, low, medium, high, critical) that fails this step. Left empty (default), the step never fails the build on findings -- it only fails on real scan/configuration errors. Set this to gate the build on findings and the value is passed through as `kubevigil scan --fail-on <value>`. no""
configPath to a .kubevigil.yaml configuration file (passed as --config).no""
flagsExtra raw CLI flags appended verbatim to the `kubevigil scan` command.no""
namedescription
exit-codeExit code returned by the kubevigil scan command.
output-filePath to the generated report file (same as the output-file input).