Skip to content

Commit

Permalink
Merge branch 'main' into NR-330046
Browse files Browse the repository at this point in the history
  • Loading branch information
vinaykonatala authored Dec 10, 2024
2 parents b1635fc + 9994ec0 commit 35d1ffb
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
6 changes: 6 additions & 0 deletions entity-types/ngep-git_hub_integration/definition.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
domain: NGEP
type: GIT_HUB_INTEGRATION

configuration:
entityExpirationTime: MANUAL
alertable: false
6 changes: 6 additions & 0 deletions entity-types/ngep-pipeline_cloud_rule/definition.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
domain: NGEP
type: PIPELINE_CLOUD_RULE

configuration:
entityExpirationTime: MANUAL
alertable: false
6 changes: 6 additions & 0 deletions entity-types/ngep-security_finding/definition.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
domain: NGEP
type: SECURITY_FINDING

configuration:
entityExpirationTime: MANUAL
alertable: false
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ relationships:
- attribute: cloud.platform
anyOf: [ "aws_kinesis_data_streams"]
- attribute: cloud.resource_id
regex: "^arn:aws:kinesis:([^:]*):([^:]*):stream\/([^:]*)"
regex: "^arn:aws:kinesis:([^:]*):([^:]*):stream/([^:]*)"
relationship:
expires: P75M
relationshipType: CALLS
Expand All @@ -21,4 +21,4 @@ relationships:
candidateCategory: AWSKINESISSTREAM
fields:
- field: cloudResourceId
attribute: cloud.resource_id
attribute: cloud.resource_id

0 comments on commit 35d1ffb

Please sign in to comment.