Skip to content

Commit 63317cb

Browse files
authored
Merge pull request #211 from SumoLogic/hsharma-secHub-sam
Updating security hub sam to python 3.13
2 parents f7af761 + b76a2cb commit 63317cb

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

securityhub-org/sumologic-securityhub-collector-awsorg/sam/packaged.yaml

+5-5
Original file line numberDiff line numberDiff 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.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
2727
SourceCodeUrl: https://github.com/SumoLogic/sumologic-aws-lambda/tree/main/securityhub-org/sumologic-securityhub-collector-awsorg/src
2828
SpdxLicenseId: Apache-2.0
2929
Parameters:
@@ -42,8 +42,8 @@ Resources:
4242
Type: AWS::Serverless::Function
4343
Properties:
4444
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
4747
MemorySize: 128
4848
Timeout: 300
4949
Environment:

securityhub-org/sumologic-securityhub-collector-awsorg/sam/sam_package.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ else
1010
AWS_REGION="us-east-1"
1111
fi
1212

13-
version="1.0.6"
13+
version="1.0.8"
1414

1515
echo "Creating package.yaml"
1616
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

securityhub-org/sumologic-securityhub-collector-awsorg/sam/template.yaml

+2-2
Original file line numberDiff line numberDiff 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.7
23+
SemanticVersion: 1.0.8
2424
SourceCodeUrl: https://github.com/SumoLogic/sumologic-aws-lambda/tree/main/securityhub-org/sumologic-securityhub-collector-awsorg/src
2525
SpdxLicenseId: Apache-2.0
2626

@@ -41,7 +41,7 @@ Resources:
4141
Type: 'AWS::Serverless::Function'
4242
Properties:
4343
Handler: securityhub_collector_org.lambda_handler
44-
Runtime: python3.11
44+
Runtime: python3.13
4545
CodeUri: ../src/src.zip
4646
MemorySize: 128
4747
Timeout: 300

0 commit comments

Comments
 (0)