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

Struct JSONImageSecretsOutput

output/output.go:49–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49type JSONImageSecretsOutput struct {
50 Timestamp time.Time
51 ImageName string `json:"Image Name"`
52 ImageID string `json:"Image ID"`
53 ContainerID string `json:"Container ID"`
54 Secrets []SecretFound
55}
56
57func (imageOutput *JSONImageSecretsOutput) SetImageName(imageName string) {
58 imageOutput.ImageName = imageName

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected