Skip to content

Commit a06e265

Browse files
authored
fix: disable SecurityHub forwarder by default. It is not yet GA (#45)
1 parent 6930018 commit a06e265

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/CloudConnector.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ Resources:
176176
- cloudwatch:
177177
logGroup: ${LogGroup}
178178
logStream: ${AlertsLogStream}
179-
- securityhub:
180-
productArn: arn:aws:securityhub:${AWS::Region}::product/sysdig/sysdig-cloud-connector
179+
#- securityhub:
180+
# productArn: arn:aws:securityhub:${AWS::Region}::product/sysdig/sysdig-cloud-connector
181181
- secure:
182182
url: value overriden by SECURE_URL env var
183183

0 commit comments

Comments
 (0)