Skip to content

Commit

Permalink
Merge pull request #383 from armosec/cspm_consts
Browse files Browse the repository at this point in the history
add status attribute
  • Loading branch information
idohuber authored Oct 15, 2024
2 parents 8331e29 + 9757efd commit 7b890d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion identifiers/designators.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ const (
AttributeComponent = "component"
AttributeSeverityScore = "severityScore"
AttributeSeverity = "severity"
AttributeStatus = "status"
AttributeCVEID = "cveID"
AttributeCVEName = "cveName"
AttributeControlID = "controlID"
Expand Down Expand Up @@ -159,7 +160,7 @@ const (
const (
AttributeCloudAccountID = "accountID"
AttributeCloudAccountName = "accountName"
AttributeFramework = "framework"
AttributeFramework = "framework"
AttributeCloudScanID = "scanID"
AttributeCloudTaskID = "taskID"
AttributeCloudFindingType = "findingType"
Expand Down

0 comments on commit 7b890d5

Please sign in to comment.