deepfence / SecretScanner

:unlock: :unlock: Find secrets and passwords in container images and file systems :unlock: :unlock:

Home Page:https://deepfence.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ability to serve API over gRPC

noboruma opened this issue · comments

SecretScanner is currently a standalone application that needs to be run every time we want to process some data. The output produced is a json payload.
Going forward, we want to make it easy to plug SecretScanner with other processes.
ThreatMapper has some plugin definition on how to server content over gRPC. We want to reuse that architecture to serve API via SecretScanner and later integrate it inside ThreatMapper