Skip to content

v-p-b/codeql-cheat-sheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeQL Cheat Sheet

Requirements

The site is generated with MkDocs Material:

pip install mkdocs-material

Running the sample code and CodeQL queries need their respective development environments...

Build

mkdocs build

The site/ directory will contain the generated documentation.

Development

mkdocs serve starts a local webserver and live-updates documentation content.