DataDog / java-dogstatsd-client

Java statsd client library
MIT License
176 stars 101 forks source link

Setting up codescanning action #189

Closed ganeshkumarsv closed 2 years ago

ganeshkumarsv commented 2 years ago

Static code analysis on java-dogstatsd-client 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. It is a part of Datadog compliance requirements to regularly perform code-scanning on all the customer installed code. As the repository is small, no security alerts were found during the scan.

ganeshkumarsv commented 2 years ago

@vickenty Thank you for approving. Can you please merge the PR? (Only those with write access to this repository can merge pull requests.)