Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

v1.1.1

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Oct 10:09
· 29 commits to master since this release
8fc3e0e

iSKan

iskan

Harness your existing Container Image Vulnerability Scanning information to your Kubernetes Cluster.

Install

curl https://raw.githubusercontent.com/alcideio/iskan/master/download.sh | bash

Command Line Examples

# Scan the cluster pointed by the kubeconfig context 'myctx'
iskan cluster --cluster-context mycluster

# Get vulnerability information for a specific image
iskan image --image="gcr.io/myproj/path/to/myimage:v1.0" --api-config myconfig.yaml -f table --filter-severity CRITICAL,HIGH


Docker images

  • docker pull alcide/iskan:v1.1.1-localscan
  • docker pull alcide/iskan:localscan
  • docker pull alcide/iskan:v1.1.1
  • docker pull alcide/iskan:latest
  • docker pull alcide/iskan:v1.1.1-debug
  • docker pull alcide/iskan:debug