File tree 3 files changed +6
-8
lines changed
securityhub-org/sumologic-securityhub-collector-awsorg/sam
3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ Metadata:
21
21
- cloudwatchevents
22
22
- securityhub
23
23
Name : sumologic-securityhub-connector-aws-org
24
- LicenseUrl : s3://appdevstore/SecurityHubCollectorAWSOrg/v1.0.4 /6092dd6c323e33634657102f570628e0
25
- ReadmeUrl : s3://appdevstore/SecurityHubCollectorAWSOrg/v1.0.4 /eb911876461845db8f3113dbace6d454
26
- SemanticVersion : 1.0.4
24
+ LicenseUrl : s3://appdevstore/SecurityHubCollectorAWSOrg/v1.0.5 /6092dd6c323e33634657102f570628e0
25
+ ReadmeUrl : s3://appdevstore/SecurityHubCollectorAWSOrg/v1.0.5 /eb911876461845db8f3113dbace6d454
26
+ SemanticVersion : 1.0.5
27
27
SourceCodeUrl : https://github.com/SumoLogic/sumologic-aws-lambda/tree/master/securityhub-org/sumologic-securityhub-connector-aws-org
28
28
SpdxLicenseId : Apache-2.0
29
29
Parameters :
@@ -43,10 +43,9 @@ Resources:
43
43
Properties :
44
44
Handler : securityhub_collector_org.lambda_handler
45
45
Runtime : python3.11
46
- CodeUri : s3://appdevstore/SecurityHubCollectorAWSOrg/v1.0.4 /777ccb7a25ea254ed6c24e40a08fa709
46
+ CodeUri : s3://appdevstore/SecurityHubCollectorAWSOrg/v1.0.5 /777ccb7a25ea254ed6c24e40a08fa709
47
47
MemorySize : 128
48
48
Timeout : 300
49
- ReservedConcurrentExecutions : 100
50
49
Environment :
51
50
Variables :
52
51
SUMO_ENDPOINT :
Original file line number Diff line number Diff line change 7
7
AWS_REGION=" us-east-1"
8
8
fi
9
9
10
- version=" 1.0.4 "
10
+ version=" 1.0.5 "
11
11
12
12
echo " Creating package.yaml"
13
13
sam package --template-file template.yaml --s3-bucket $SAM_S3_BUCKET --output-template-file packaged.yaml --s3-prefix " SecurityHubCollectorAWSOrg/v" $version --region $AWS_REGION --profile $AWS_PROFILE
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Metadata:
20
20
Name : sumologic-securityhub-connector-aws-org
21
21
LicenseUrl : ../LICENSE
22
22
ReadmeUrl : ../README.md
23
- SemanticVersion : 1.0.4
23
+ SemanticVersion : 1.0.5
24
24
SourceCodeUrl : https://github.com/SumoLogic/sumologic-aws-lambda/tree/master/securityhub-org/sumologic-securityhub-connector-aws-org
25
25
SpdxLicenseId : Apache-2.0
26
26
@@ -45,7 +45,6 @@ Resources:
45
45
CodeUri : ../src/src.zip
46
46
MemorySize : 128
47
47
Timeout : 300
48
- ReservedConcurrentExecutions : 100
49
48
Environment :
50
49
Variables :
51
50
SUMO_ENDPOINT : !Ref SumoEndpoint
You can’t perform that action at this time.
0 commit comments