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
SecretScanner
is currently a standalone application that needs to be run every time we want to process some data. The output produced is ajson
payload. Going forward, we want to make it easy to plugSecretScanner
with other processes.ThreatMapper
has some plugin definition on how to server content over gRPC. We want to reuse that architecture to serve API viaSecretScanner
and later integrate it insideThreatMapper