Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.
/ kube-xray-report Public archive

Kubernetes Xray Report - show security reports for all images on a Kubernetes cluster

Notifications You must be signed in to change notification settings

derkoe/kube-xray-report

Repository files navigation

Kubernetes Xray Report

Generates a report showing the security issue count of all images currently running on your cluster.

Usage

Create a secret with your Artifactory/Xray URLs and authentication:

apiVersion: v1
kind: Secret
metadata:
  name:  kube-xray-report-env
type: Opaque
stringData:
   DOCKER_REGISTRY: your-artifactory-registry.example.com
   ARTIFACTORY_USERNAME: artifactory_user
   ARTIFACTORY_PASSWORD: artifactory_password
   XRAY_URL: https://your-xray-server.example.com

Then create the resources defined in deploy folder with:

kubectl apply -f deploy/

You can take a look at the report by running

kubectl port-forward service/kube-xray-report 8080:80

and then opening your browser at http://localhost:8080/.

About

Kubernetes Xray Report - show security reports for all images on a Kubernetes cluster

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published