Skip to content

Commit

Permalink
Merge pull request #442 from armosec/add-second-ruleHash
Browse files Browse the repository at this point in the history
add secondRuleHash
  • Loading branch information
idohuber authored Feb 11, 2025
2 parents c82df8e + 618c917 commit 43cf3ce
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions identifiers/designators.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,11 @@ const (
AttributeCloudTaskID = "taskID"
AttributeCloudFindingType = "findingType"

AttributeCloudRuleHash = "ruleHash" // cloud compliance rule hash
AttributeCloudControlHash = "controlHash" // cloud compliance control hash
AttributeCloudFrameworkName = "frameworkName"
AttributeCloudResourceHash = "resourceHash"
AttributeCloudRuleHash = "ruleHash" // cloud compliance rule hash
AttributeSecondCloudRuleHash = "secondRuleHash" // cloud compliance rule hash for second ruleHash filter(AND in the same innerFilter)
AttributeCloudControlHash = "controlHash" // cloud compliance control hash
AttributeCloudFrameworkName = "frameworkName"
AttributeCloudResourceHash = "resourceHash"
)

type mapString2String map[string]string
Expand Down

0 comments on commit 43cf3ce

Please sign in to comment.