Skip to content

Commit

Permalink
Updated requests lib in securityhub-org
Browse files Browse the repository at this point in the history
  • Loading branch information
akhil-sumologic committed May 30, 2024
1 parent e314b0c commit 395a49b
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Metadata:
- cloudwatchevents
- securityhub
Name: sumologic-securityhub-connector-aws-org
LicenseUrl: s3://appdevstore/SecurityHubCollectorAWSOrg/v1.0.6/6092dd6c323e33634657102f570628e0
ReadmeUrl: s3://appdevstore/SecurityHubCollectorAWSOrg/v1.0.6/eb911876461845db8f3113dbace6d454
SemanticVersion: 1.0.6
LicenseUrl: s3://appdevstore/SecurityHubCollectorAWSOrg/v1.0.7/6092dd6c323e33634657102f570628e0
ReadmeUrl: s3://appdevstore/SecurityHubCollectorAWSOrg/v1.0.7/eb911876461845db8f3113dbace6d454
SemanticVersion: 1.0.7
SourceCodeUrl: https://github.com/SumoLogic/sumologic-aws-lambda/tree/main/securityhub-org/sumologic-securityhub-collector-awsorg/src
SpdxLicenseId: Apache-2.0
Parameters:
Expand All @@ -43,7 +43,7 @@ Resources:
Properties:
Handler: securityhub_collector_org.lambda_handler
Runtime: python3.11
CodeUri: s3://appdevstore/SecurityHubCollectorAWSOrg/v1.0.6/d929328200cab65ee011cd8170063848
CodeUri: s3://appdevstore/SecurityHubCollectorAWSOrg/v1.0.7/72d8a9923335d52f948cbd3f99d8b91d
MemorySize: 128
Timeout: 300
Environment:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
boto3==1.27.1
# boto3==1.27.1
requests==2.31.0
3 changes: 3 additions & 0 deletions securityhub-org/sumologic-securityhub-collector-awsorg/sam/sam_package.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#!/bin/bash

export AWS_PROFILE="prod"
if [ "$AWS_PROFILE" == "prod" ]
then
SAM_S3_BUCKET="appdevstore"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Metadata:
Name: sumologic-securityhub-connector-aws-org
LicenseUrl: ../LICENSE
ReadmeUrl: ../README.md
SemanticVersion: 1.0.6
SemanticVersion: 1.0.7
SourceCodeUrl: https://github.com/SumoLogic/sumologic-aws-lambda/tree/main/securityhub-org/sumologic-securityhub-collector-awsorg/src
SpdxLicenseId: Apache-2.0

Expand Down
Binary file not shown.

0 comments on commit 395a49b

Please sign in to comment.