From 8d7b3c7bb7014e0553557a3337258297786f47d3 Mon Sep 17 00:00:00 2001 From: Nick Fyson Date: Fri, 23 Oct 2020 15:30:48 +0100 Subject: [PATCH] add code scanning readme --- code-scanning/README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 code-scanning/README.md diff --git a/code-scanning/README.md b/code-scanning/README.md new file mode 100644 index 0000000..5b910da --- /dev/null +++ b/code-scanning/README.md @@ -0,0 +1,4 @@ +# Code Scanning Workflows + +GitHub code scanning is a developer-first, GitHub-native approach to easily find security vulnerabilities before they reach production. Before you can configure code scanning for a repository, you must enable code scanning by adding a GitHub Actions workflow to the repository. For more information, see [Enabling Code Scanning for a repository](/github/finding-security-vulnerabilities-and-errors-in-your-code/enabling-code-scanning-for-a-repository). +