harbor-snyk-scanner

module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 16, 2022 License: MIT

README

Harbor Snyk Scanner

Harbor Snyk Scanner is a scanner adaptor for Harbor to integrate scan results from Snyk.

The project is currently work in progress and not ready to be used within production.

Installation

The Harbor Snyk Scanner can be installed via Helm or Kustomize.

To install the scanner via Helm you can use the following commands:

helm repo add ricoberger https://ricoberger.github.io/helm-charts
helm repo update

helm install harbor-snyk-scanner ricoberger/harbor-snyk-scanner

To install the scanner via Kustomize you can use the following commands:

kubectl create namespace harbor
kustomize build github.com/ricoberger/harbor-snyk-scanner/deploy/kustomize | kubectl apply -n harbor -f -

Directories

Path Synopsis
cmd
pkg
log
Package log implements some utilities for our logging.
Package log implements some utilities for our logging.
scanner/middleware/httplog
Package httplog implements our custom http logger middleware for the scanner based on zap.
Package httplog implements our custom http logger middleware for the scanner based on zap.
scanner/middleware/render
Package render implements a custom JSON renderer for chi.
Package render implements a custom JSON renderer for chi.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL