DataDog / serilog-sinks-datadog-logs

Serilog Sink that sends log events to Datadog https://www.datadoghq.com/
Apache License 2.0
60 stars 41 forks source link

Setting up codescanning action #78

Closed ganeshkumarsv closed 2 years ago

ganeshkumarsv commented 2 years ago

Static code analysis on serilog-sinks-datadog-logs 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

@gh123man Thank you for approving the PR. Only those with write access to this repository can merge pull requests. If everything looks good, can you please merge the PR?