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

ricoberger/harbor-snyk-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 -