Static code analysis on datadog-lambda-rb using Github's Code Scanning.
This PR has Github workflow configs to trigger the Code Scanning on every PR and on push to main branch. As of now only default security based CodeQL queries are configured. We can gradually add queries for Code Quality later. As the repository is small, no security alerts were found during the scan.
Motivation
It is a part of Datadog compliance requirements to regularly perform code-scanning on all the customer installed code.
What does this PR do?
Static code analysis on datadog-lambda-rb using Github's Code Scanning.
This PR has Github workflow configs to trigger the Code Scanning on every PR and on push to main branch. As of now only default security based CodeQL queries are configured. We can gradually add queries for Code Quality later. As the repository is small, no security alerts were found during the scan.
Motivation
It is a part of Datadog compliance requirements to regularly perform code-scanning on all the customer installed code.
Testing Guidelines
Additional Notes
Types of changes
Check all that apply