-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup Code Scanning on datadog-api-client-go #1592
Setup Code Scanning on datadog-api-client-go #1592
Conversation
Did it work? Looks like it only found 2 lines of go. |
@therve Do you have any script that builds the project? |
This issue has been automatically marked as stale because it has not had activity in the last 30 days. |
@therve I changed the source directory of the CodeQL job to |
Static code analysis on datadog-api-client-go 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.