deepfence / SecretScanner

:unlock: :unlock: Find secrets and passwords in container images and file systems :unlock: :unlock:
https://deepfence.io
MIT License
3.13k stars 321 forks source link

Ability to serve API over gRPC #25

Closed noboruma closed 2 years ago

noboruma commented 2 years ago

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