We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f0b847 + de6fe7e commit f32fb9cCopy full SHA for f32fb9c
data/types.go
@@ -12,6 +12,7 @@ type ScanImageInfo struct {
12
ApplicationScopeOwners []string `json:"application_scope_owners,omitempty"`
13
Malwares []MalwareData `json:"malware,omitempty"`
14
SensitiveData []SensitiveData `json:"sensitive_data,omitempty"`
15
+ ResponsePolicyName string `json:"response_policy_name,omitempty"`
16
}
17
18
type SensitiveData struct {
0 commit comments