Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion github/code-scanning-with-github-codeql/1-introduction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,19 @@ 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

- A GitHub enterprise account with a GitHub Advanced Security license
- 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.