File tree Expand file tree Collapse file tree 6 files changed +9
-6
lines changed
securityhub-org/sumologic-securityhub-collector-awsorg Expand file tree Collapse file tree 6 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ Metadata:
2121 - cloudwatchevents
2222 - securityhub
2323 Name : sumologic-securityhub-connector-aws-org
24- LicenseUrl : s3://appdevstore/SecurityHubCollectorAWSOrg/v1.0.6 /6092dd6c323e33634657102f570628e0
25- ReadmeUrl : s3://appdevstore/SecurityHubCollectorAWSOrg/v1.0.6 /eb911876461845db8f3113dbace6d454
26- SemanticVersion : 1.0.6
24+ LicenseUrl : s3://appdevstore/SecurityHubCollectorAWSOrg/v1.0.7 /6092dd6c323e33634657102f570628e0
25+ ReadmeUrl : s3://appdevstore/SecurityHubCollectorAWSOrg/v1.0.7 /eb911876461845db8f3113dbace6d454
26+ SemanticVersion : 1.0.7
2727 SourceCodeUrl : https://github.com/SumoLogic/sumologic-aws-lambda/tree/main/securityhub-org/sumologic-securityhub-collector-awsorg/src
2828 SpdxLicenseId : Apache-2.0
2929Parameters :
@@ -43,7 +43,7 @@ Resources:
4343 Properties :
4444 Handler : securityhub_collector_org.lambda_handler
4545 Runtime : python3.11
46- CodeUri : s3://appdevstore/SecurityHubCollectorAWSOrg/v1.0.6/d929328200cab65ee011cd8170063848
46+ CodeUri : s3://appdevstore/SecurityHubCollectorAWSOrg/v1.0.7/72d8a9923335d52f948cbd3f99d8b91d
4747 MemorySize : 128
4848 Timeout : 300
4949 Environment :
Original file line number Diff line number Diff line change 1- boto3 == 1.27.1
1+ # boto3==1.27.1
22requests == 2.31.0
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ export AWS_PROFILE=" prod"
14if [ " $AWS_PROFILE " == " prod" ]
25then
36 SAM_S3_BUCKET=" appdevstore"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Metadata:
2020 Name : sumologic-securityhub-connector-aws-org
2121 LicenseUrl : ../LICENSE
2222 ReadmeUrl : ../README.md
23- SemanticVersion : 1.0.6
23+ SemanticVersion : 1.0.7
2424 SourceCodeUrl : https://github.com/SumoLogic/sumologic-aws-lambda/tree/main/securityhub-org/sumologic-securityhub-collector-awsorg/src
2525 SpdxLicenseId : Apache-2.0
2626
You can’t perform that action at this time.
0 commit comments