Skip to content

Commit

Permalink
Updated Python 3.12 for guarddutybenchmark and cloudtrailbenchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
akhil-sumologic committed Aug 21, 2024
1 parent 3c3df70 commit 17ae82a
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions cloudtrailbenchmark/packaged.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ Metadata:
- benchmark
- cloudtrail
Name: sumologic-aws-cloudtrail-benchmark
LicenseUrl: s3://appdevstore/cloudtrailbenchmark/v1.0.15/cac1a6df52c685e0f6ebe4ae72078c80
ReadmeUrl: s3://appdevstore/cloudtrailbenchmark/v1.0.15/8a901bb4fbbe82f128fc502dd3077508
SemanticVersion: 1.0.15
LicenseUrl: s3://appdevstore/cloudtrailbenchmark/v1.0.16/cac1a6df52c685e0f6ebe4ae72078c80
ReadmeUrl: s3://appdevstore/cloudtrailbenchmark/v1.0.16/8a901bb4fbbe82f128fc502dd3077508
SemanticVersion: 1.0.16
SourceCodeUrl: https://github.com/SumoLogic/sumologic-aws-lambda/tree/main/cloudtrailbenchmark
Parameters:
CollectorName:
Expand Down Expand Up @@ -127,7 +127,7 @@ Resources:
Properties:
Location:
ApplicationId: arn:aws:serverlessrepo:us-east-1:956882708938:applications/sumologic-app-utils
SemanticVersion: 2.0.15
SemanticVersion: 2.0.16
Metadata:
SamResourceId: SumoAppUtils
SumoRole:
Expand Down
4 changes: 2 additions & 2 deletions cloudtrailbenchmark/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Metadata:
Name: sumologic-aws-cloudtrail-benchmark
LicenseUrl: ./LICENSE
ReadmeUrl: ./README.md
SemanticVersion: 1.0.15
SemanticVersion: 1.0.16
SourceCodeUrl: https://github.com/SumoLogic/sumologic-aws-lambda/tree/main/cloudtrailbenchmark


Expand Down Expand Up @@ -123,7 +123,7 @@ Resources:
Properties:
Location:
ApplicationId: arn:aws:serverlessrepo:us-east-1:956882708938:applications/sumologic-app-utils
SemanticVersion: 2.0.15
SemanticVersion: 2.0.16

SumoRole:
Condition: SetupSumoResources
Expand Down
10 changes: 5 additions & 5 deletions cloudwatchevents/guarddutybenchmark/packaged.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ Metadata:
- benchmark
- guardduty
Name: sumologic-guardduty-benchmark
LicenseUrl: s3://appdevstore/guarddutybenchmark/v1.0.14/6092dd6c323e33634657102f570628e0
ReadmeUrl: s3://appdevstore/guarddutybenchmark/v1.0.14/cab012d7fb7887671b751e6f5c0d2062
SemanticVersion: 1.0.14
LicenseUrl: s3://akhil-test-appdev/guarddutybenchmark/6092dd6c323e33634657102f570628e0
ReadmeUrl: s3://akhil-test-appdev/guarddutybenchmark/cab012d7fb7887671b751e6f5c0d2062
SemanticVersion: 1.0.15
SourceCodeUrl: https://github.com/SumoLogic/sumologic-aws-lambda/tree/main/cloudwatchevents/guarddutybenchmark
SpdxLicenseId: Apache-2.0
Parameters:
Expand Down Expand Up @@ -96,7 +96,7 @@ Parameters:
Resources:
CloudWatchEventFunction:
Properties:
CodeUri: s3://appdevstore/guarddutybenchmark/v1.0.14/22b7b226ca9ec3b9dbb28b94c0e5f824
CodeUri: s3://akhil-test-appdev/guarddutybenchmark/22b7b226ca9ec3b9dbb28b94c0e5f824
Environment:
Variables:
SUMO_ENDPOINT:
Expand All @@ -120,7 +120,7 @@ Resources:
Properties:
Location:
ApplicationId: arn:aws:serverlessrepo:us-east-1:956882708938:applications/sumologic-app-utils
SemanticVersion: 2.0.15
SemanticVersion: 2.0.16
Metadata:
SamResourceId: SumoAppUtils
SumoHostedCollector:
Expand Down
4 changes: 2 additions & 2 deletions cloudwatchevents/guarddutybenchmark/template_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Metadata:
Name: sumologic-guardduty-benchmark
LicenseUrl: ../LICENSE
ReadmeUrl: ./README.md
SemanticVersion: 1.0.14
SemanticVersion: 1.0.15
SourceCodeUrl: https://github.com/SumoLogic/sumologic-aws-lambda/tree/main/cloudwatchevents/guarddutybenchmark
SpdxLicenseId: Apache-2.0

Expand Down Expand Up @@ -118,7 +118,7 @@ Resources:
Properties:
Location:
ApplicationId: arn:aws:serverlessrepo:us-east-1:956882708938:applications/sumologic-app-utils
SemanticVersion: 2.0.15
SemanticVersion: 2.0.16

SumoHostedCollector:
Type: Custom::Collector
Expand Down
4 changes: 2 additions & 2 deletions cloudwatchevents/test/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
requests==2.32.2
requests==2.32.3
boto3==1.34.119
sumologic-sdk==0.1.16
sumologic-sdk==0.1.17

0 comments on commit 17ae82a

Please sign in to comment.