Skip to content

Commit f32fb9c

Browse files
authored
Merge pull request #636 from Chennoy/fix/response-policy-name
Added the field ResponsePolicyName to the struct ScanImageInfo to include the policy name in the message to Splunk
2 parents 8f0b847 + de6fe7e commit f32fb9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data/types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ type ScanImageInfo struct {
1212
ApplicationScopeOwners []string `json:"application_scope_owners,omitempty"`
1313
Malwares []MalwareData `json:"malware,omitempty"`
1414
SensitiveData []SensitiveData `json:"sensitive_data,omitempty"`
15+
ResponsePolicyName string `json:"response_policy_name,omitempty"`
1516
}
1617

1718
type SensitiveData struct {

0 commit comments

Comments
 (0)