secretlint / secretlint

Pluggable linting tool to prevent committing credential.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

corpus.SetEventCallback(new EventCallback

JayseMayne opened this issue · comments

commented

corpus.SetEventCallback(new EventCallback
{
Invoke = (CdmStatusLevel statusLevel, string message) =>
{
Console.WriteLine($"{statusLevel}: {message}");
// ... or send the log to your own logging component
}
},
CdmStatusLevel.Warning);

Originally posted by @JayseMayne in octocat/Spoon-Knife#27345 (review)

commented