diff --git a/github/code-scanning-with-github-codeql/1-introduction.yml b/github/code-scanning-with-github-codeql/1-introduction.yml index b7c809cd..e07ae20b 100644 --- a/github/code-scanning-with-github-codeql/1-introduction.yml +++ b/github/code-scanning-with-github-codeql/1-introduction.yml @@ -5,7 +5,7 @@ metadata: unitType: introduction title: "Introduction" # user input: module title for browser tab and search results description: "An introduction to the topics you'll learn about in this module." # user input: a description for site search and SEO - ms.date: 2/15/2022 + ms.date: 09/28/2022 author: hrasheed-msft ms.author: hrasheed ms.topic: interactive-tutorial # do we need ms.topic? diff --git a/github/code-scanning-with-github-codeql/includes/1-introduction.md b/github/code-scanning-with-github-codeql/includes/1-introduction.md index 92f6f4a7..ef9f2283 100644 --- a/github/code-scanning-with-github-codeql/includes/1-introduction.md +++ b/github/code-scanning-with-github-codeql/includes/1-introduction.md @@ -8,13 +8,13 @@ In this module, you will learn about the CodeQL static analysis tool and how the By the end of this module, you will be able to: -* Understand CodeQL and how it analyzes code -* Understand QL, a unique logic programming language -* Set up CodeQL based code scanning in a GitHub repository -* Reference a custom CodeQL query -* Configure the language matrix in a CodeQL workflow -* Learn how to use the CodeQL CLI to generate code scanning results and upload them to GitHub -* Implement custom build steps +- Understand CodeQL and how it analyzes code +- Understand QL, a unique logic programming language +- Set up CodeQL based code scanning in a GitHub repository +- Reference a custom CodeQL query +- Configure the language matrix in a CodeQL workflow +- Learn how to use the CodeQL CLI to generate code scanning results and upload them to GitHub +- Implement custom build steps ## Prerequisites @@ -22,3 +22,5 @@ By the end of this module, you will be able to: - Necessary permissions to administrate your repository - Knowledge of GitHub Advanced Security's code scanning feature - Knowledge of GitHub Actions + +Next up, you'll learn how CodeQL is used by developers.