| 69 | var session = core.GetSession() |
| 70 | |
| 71 | type SecretsWriter interface { |
| 72 | WriteJSON() error |
| 73 | WriteTable() error |
| 74 | GetSecrets() []output.SecretFound |
| 75 | AddSecret(output.SecretFound) |
| 76 | } |
| 77 | |
| 78 | func main() { |
| 79 | zerolog.CallerMarshalFunc = func(pc uintptr, file string, line int) string { |
nothing calls this directly
no outgoing calls
no test coverage detected