Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade deprecated runtime python3.7 #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/inspector-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
},
"Description": "Function that runs an inspector assessment",
"FunctionName": "inspector-run-assessment",
"Runtime": "python3.7",
"Runtime": "python3.10",
"Handler": "inspector-run-assessment.lambda_handler",
"Role": {
"Fn::GetAtt": [
Expand Down
2 changes: 1 addition & 1 deletion templates/inspector_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
},
"Description": "Function that runs an inspector assessment",
"FunctionName": "inspector-run-assessment",
"Runtime": "python3.7",
"Runtime": "python3.10",
"Handler": "inspector-run-assessment.lambda_handler",
"Role": {
"Fn::GetAtt": [
Expand Down
6 changes: 3 additions & 3 deletions templates/sechub-workshop-setup-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@
},
"Description": "Function that swaps the security groups on an EC2 instance.",
"FunctionName": "isolate-ec2-security-group",
"Runtime": "python3.7",
"Runtime": "python3.10",
"Handler": "isolate-ec2-security-group.lambda_handler",
"Role": {
"Fn::GetAtt": [
Expand Down Expand Up @@ -596,7 +596,7 @@
},
"Description": "Function to raise SecHub findings for non-compliant AMIs",
"FunctionName": "ec2-non-compliant-ami-sechub",
"Runtime": "python3.7",
"Runtime": "python3.10",
"Handler": "ec2-non-compliant-ami-sechub.lambda_handler",
"Role": {
"Fn::GetAtt": [
Expand Down Expand Up @@ -1014,7 +1014,7 @@
},
"Description": "Enrich Finding with EC2 Instance Tags - Automating Security Workshop.",
"FunctionName": "enrich-sec-hub-finding",
"Runtime": "python3.7",
"Runtime": "python3.10",
"Handler": "enrich-sec-hub-finding.lambda_handler",
"Role": {
"Fn::GetAtt": [
Expand Down
2 changes: 1 addition & 1 deletion templates/secrets-manager-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
},
"Description": "Function to raise SecHub findings for non-compliant secrets",
"FunctionName": "find-secrets-without-rotation",
"Runtime": "python3.7",
"Runtime": "python3.10",
"Handler": "find-secrets-without-rotation.lambda_handler",
"Role": {
"Fn::GetAtt": [
Expand Down