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.
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 -