From 440c069fafbf947ef361f8f48eb842a0a5830a63 Mon Sep 17 00:00:00 2001 From: Mat Caughron Date: Thu, 18 Jun 2020 11:56:50 -0500 Subject: [PATCH] reference CodeQL https://securitylab.github.com/tools/codeql --- toolkit_docs/automation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/toolkit_docs/automation.md b/toolkit_docs/automation.md index 73ecb1c..3316f0c 100644 --- a/toolkit_docs/automation.md +++ b/toolkit_docs/automation.md @@ -25,3 +25,4 @@ * GitHub’s [issue templates and pull request templates](https://github.com/blog/2111-issue-and-pull-request-templates) * [Semantic-release](https://github.com/semantic-release/semantic-release) automates releases * [Kubernetes Development Automation](https://github.com/kubernetes/community/blob/master/contributors/devel/automation.md) documentation +* [Microsoft's CodeQL] (https://securitylab.github.com/tools/codeql) implements a semantic code analysis engine, is github-integrated and is open source