DataDog / dogapi-rb

Ruby client for Datadog's API
https://www.datadoghq.com
BSD 3-Clause "New" or "Revised" License
96 stars 88 forks source link

Setup Code Scanning on dogapi-rb #265

Closed ganeshkumarsv closed 2 years ago

ganeshkumarsv commented 2 years ago

Static code analysis on dogapi-rb using Github's Code Scanning.

This PR has Github workflow configs to trigger the Code Scanning on every PR and on push to master branch. As of now only default security based CodeQL queries are configured. We can gradually add queries for Code Quality later.