| 41 | } |
| 42 | |
| 43 | type JSONDirSecretsOutput struct { |
| 44 | Timestamp time.Time |
| 45 | DirName string `json:"Directory Name"` |
| 46 | Secrets []SecretFound |
| 47 | } |
| 48 | |
| 49 | type JSONImageSecretsOutput struct { |
| 50 | Timestamp time.Time |
nothing calls this directly
no outgoing calls
no test coverage detected