File tree Expand file tree Collapse file tree 15 files changed +31
-28
lines changed
securityhub-org/sumologic-securityhub-collector-awsorg Expand file tree Collapse file tree 15 files changed +31
-28
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ Metadata:
2424 - s3logging
2525 - flowlogs
2626 Name : sumologic-s3-logging-auto-enable
27- SemanticVersion : 1.0.9
27+ SemanticVersion : 1.0.10
2828 SourceCodeUrl : https://github.com/SumoLogic/sumologic-aws-lambda/tree/main/awsautoenableS3Logging
29- LicenseUrl : s3://appdevstore/AutoEnableS3Logs/v1.0.9 /978602b5b9ec16f8bab0e38fd6b3998f
30- ReadmeUrl : s3://appdevstore/AutoEnableS3Logs/v1.0.9 /d05d411471e0bb4db3389f2523f515f0
29+ LicenseUrl : s3://appdevstore/AutoEnableS3Logs/v1.0.10 /978602b5b9ec16f8bab0e38fd6b3998f
30+ ReadmeUrl : s3://appdevstore/AutoEnableS3Logs/v1.0.10 /d05d411471e0bb4db3389f2523f515f0
3131 SpdxLicenseId : Apache-2.0
3232Mappings :
3333 Region2ELBAccountId :
@@ -229,7 +229,7 @@ Resources:
229229 Type : AWS::Serverless::Function
230230 Condition : auto_enable_new
231231 Properties :
232- CodeUri : s3://appdevstore/sumo_app_utils/v2.0.14 /sumo_app_utils.zip
232+ CodeUri : s3://appdevstore/sumo_app_utils/v2.0.15 /sumo_app_utils.zip
233233 Handler : awsresource.enable_s3_logs
234234 Runtime : python3.11
235235 Role :
@@ -467,7 +467,7 @@ Resources:
467467 Properties :
468468 Handler : main.handler
469469 Runtime : python3.11
470- CodeUri : s3://appdevstore/sumo_app_utils/v2.0.14 /sumo_app_utils.zip
470+ CodeUri : s3://appdevstore/sumo_app_utils/v2.0.15 /sumo_app_utils.zip
471471 MemorySize : 128
472472 Timeout : 900
473473 Role :
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Metadata:
2424 - s3logging
2525 - flowlogs
2626 Name : sumologic-s3-logging-auto-enable
27- SemanticVersion : 1.0.9
27+ SemanticVersion : 1.0.10
2828 SourceCodeUrl : https://github.com/SumoLogic/sumologic-aws-lambda/tree/main/awsautoenableS3Logging
2929 LicenseUrl : ./LICENSE
3030 ReadmeUrl : ./README.md
@@ -208,7 +208,7 @@ Resources:
208208 Type : ' AWS::Serverless::Function'
209209 Condition : auto_enable_new
210210 Properties :
211- CodeUri : s3://appdevstore/sumo_app_utils/v2.0.14 /sumo_app_utils.zip
211+ CodeUri : s3://appdevstore/sumo_app_utils/v2.0.15 /sumo_app_utils.zip
212212 Handler : " awsresource.enable_s3_logs"
213213 Runtime : python3.11
214214 Role : !GetAtt SumoLambdaRole.Arn
@@ -385,7 +385,7 @@ Resources:
385385 Properties :
386386 Handler : main.handler
387387 Runtime : python3.11
388- CodeUri : s3://appdevstore/sumo_app_utils/v2.0.14 /sumo_app_utils.zip
388+ CodeUri : s3://appdevstore/sumo_app_utils/v2.0.15 /sumo_app_utils.zip
389389 MemorySize : 128
390390 Timeout : 900
391391 Role :
Original file line number Diff line number Diff line change @@ -43,9 +43,9 @@ Metadata:
4343 - benchmark
4444 - cloudtrail
4545 Name : sumologic-aws-cloudtrail-benchmark
46- LicenseUrl : s3://appdevstore/cloudtrailbenchmark/v1.0.14 /cac1a6df52c685e0f6ebe4ae72078c80
47- ReadmeUrl : s3://appdevstore/cloudtrailbenchmark/v1.0.14 /8a901bb4fbbe82f128fc502dd3077508
48- SemanticVersion : 1.0.14
46+ LicenseUrl : s3://appdevstore/cloudtrailbenchmark/v1.0.15 /cac1a6df52c685e0f6ebe4ae72078c80
47+ ReadmeUrl : s3://appdevstore/cloudtrailbenchmark/v1.0.15 /8a901bb4fbbe82f128fc502dd3077508
48+ SemanticVersion : 1.0.15
4949 SourceCodeUrl : https://github.com/SumoLogic/sumologic-aws-lambda/tree/main/cloudtrailbenchmark
5050Parameters :
5151 CollectorName :
@@ -127,7 +127,7 @@ Resources:
127127 Properties :
128128 Location :
129129 ApplicationId : arn:aws:serverlessrepo:us-east-1:956882708938:applications/sumologic-app-utils
130- SemanticVersion : 2.0.14
130+ SemanticVersion : 2.0.15
131131 Metadata :
132132 SamResourceId : SumoAppUtils
133133 SumoRole :
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Metadata:
4949 Name : sumologic-aws-cloudtrail-benchmark
5050 LicenseUrl : ./LICENSE
5151 ReadmeUrl : ./README.md
52- SemanticVersion : 1.0.14
52+ SemanticVersion : 1.0.15
5353 SourceCodeUrl : https://github.com/SumoLogic/sumologic-aws-lambda/tree/main/cloudtrailbenchmark
5454
5555
@@ -123,7 +123,7 @@ Resources:
123123 Properties :
124124 Location :
125125 ApplicationId : arn:aws:serverlessrepo:us-east-1:956882708938:applications/sumologic-app-utils
126- SemanticVersion : 2.0.14
126+ SemanticVersion : 2.0.15
127127
128128 SumoRole :
129129 Condition : SetupSumoResources
Original file line number Diff line number Diff line change 1212fi
1313uid=$( cat /dev/random | LC_CTYPE=C tr -dc " [:lower:]" | head -c 6)
1414
15- version=" 1.0.14 "
15+ version=" 1.0.15 "
1616
1717sam package --template-file template.yaml --s3-bucket $SAM_S3_BUCKET --output-template-file packaged.yaml --s3-prefix " cloudtrailbenchmark/v$version " --region $AWS_REGION --profile $AWS_PROFILE
1818
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
2- requests == 2.31.0
1+ # boto3==1.27.1
2+ requests == 2.32.2
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