Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

skan v0.0.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@alcidebuilder alcidebuilder released this 06 Apr 06:45
· 33 commits to master since this release
54e96d5

Alcide Skan

skan will scan your kubernetes resource files (manifests), and helm charts for security configurations issues and best practices.

skan is powered by Alcide Advisor scan engine and OPA

Install

Linux

wget https://github.com/alcideio/skan/releases/download/v0.0.1/skan_v0.0.1_linux_amd64

Mac

wget https://github.com/alcideio/skan/releases/download/v0.0.1/skan_v0.0.1_darwin_amd64

Command Line Example

Validate Kubernetes resource manifest by analyzing the deployment file YAML.

YAML file with multiple resources are supported.
By default a HTML report is generated. To generate YAML based outformat use --output flag

#Examples

skan manifest mydeployment.yaml

Usage:
  skan manifest [flags]

Examples:
skan manifest somepod.yaml

Flags:
      --debug            debug trace level
  -h, --help             help for manifest
      --outfile string   output file (default "skan-result.html")
      --output string    output as html or yaml (default "html")