MCPcopy
hub / github.com/deepfence/SecretScanner / JSONDirSecretsOutput

Struct JSONDirSecretsOutput

output/output.go:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43type JSONDirSecretsOutput struct {
44 Timestamp time.Time
45 DirName string `json:"Directory Name"`
46 Secrets []SecretFound
47}
48
49type JSONImageSecretsOutput struct {
50 Timestamp time.Time

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected