DataDog / datadog-lambda-rb

The Datadog AWS Lambda Layer for Ruby
Apache License 2.0
8 stars 8 forks source link

Setting up codescanning action #62

Closed ganeshkumarsv closed 2 years ago

ganeshkumarsv commented 2 years ago

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