Skip to content

Commit

Permalink
Merge pull request #636 from Chennoy/fix/response-policy-name
Browse files Browse the repository at this point in the history
Added the field ResponsePolicyName to the struct ScanImageInfo to include the policy name in the message to Splunk
  • Loading branch information
elad-da committed Jan 15, 2024
2 parents 8f0b847 + de6fe7e commit f32fb9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ type ScanImageInfo struct {
ApplicationScopeOwners []string `json:"application_scope_owners,omitempty"`
Malwares []MalwareData `json:"malware,omitempty"`
SensitiveData []SensitiveData `json:"sensitive_data,omitempty"`
ResponsePolicyName string `json:"response_policy_name,omitempty"`
}

type SensitiveData struct {
Expand Down

0 comments on commit f32fb9c

Please sign in to comment.