File tree 3 files changed +8
-8
lines changed
securityhub-org/sumologic-securityhub-collector-awsorg/sam
3 files changed +8
-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.7 /6092dd6c323e33634657102f570628e0
25
- ReadmeUrl : s3://appdevstore/SecurityHubCollectorAWSOrg/v1.0.7 /eb911876461845db8f3113dbace6d454
26
- SemanticVersion : 1.0.7
24
+ LicenseUrl : s3://appdevstore/SecurityHubCollectorAWSOrg/v1.0.8 /6092dd6c323e33634657102f570628e0
25
+ ReadmeUrl : s3://appdevstore/SecurityHubCollectorAWSOrg/v1.0.8 /eb911876461845db8f3113dbace6d454
26
+ SemanticVersion : 1.0.8
27
27
SourceCodeUrl : https://github.com/SumoLogic/sumologic-aws-lambda/tree/main/securityhub-org/sumologic-securityhub-collector-awsorg/src
28
28
SpdxLicenseId : Apache-2.0
29
29
Parameters :
@@ -42,8 +42,8 @@ Resources:
42
42
Type : AWS::Serverless::Function
43
43
Properties :
44
44
Handler : securityhub_collector_org.lambda_handler
45
- Runtime : python3.11
46
- CodeUri : s3://appdevstore/SecurityHubCollectorAWSOrg/v1.0.7 /72d8a9923335d52f948cbd3f99d8b91d
45
+ Runtime : python3.13
46
+ CodeUri : s3://appdevstore/SecurityHubCollectorAWSOrg/v1.0.8 /72d8a9923335d52f948cbd3f99d8b91d
47
47
MemorySize : 128
48
48
Timeout : 300
49
49
Environment :
Original file line number Diff line number Diff line change 10
10
AWS_REGION=" us-east-1"
11
11
fi
12
12
13
- version=" 1.0.6 "
13
+ version=" 1.0.8 "
14
14
15
15
echo " Creating package.yaml"
16
16
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.7
23
+ SemanticVersion : 1.0.8
24
24
SourceCodeUrl : https://github.com/SumoLogic/sumologic-aws-lambda/tree/main/securityhub-org/sumologic-securityhub-collector-awsorg/src
25
25
SpdxLicenseId : Apache-2.0
26
26
@@ -41,7 +41,7 @@ Resources:
41
41
Type : ' AWS::Serverless::Function'
42
42
Properties :
43
43
Handler : securityhub_collector_org.lambda_handler
44
- Runtime : python3.11
44
+ Runtime : python3.13
45
45
CodeUri : ../src/src.zip
46
46
MemorySize : 128
47
47
Timeout : 300
You can’t perform that action at this time.
0 commit comments