From 6d5f1ab6a6d8ca9d7b0858fbc4b3d0761167ab9b Mon Sep 17 00:00:00 2001 From: Dylan Smith Date: Wed, 21 Jun 2023 21:57:08 -0500 Subject: [PATCH] Update readme.md --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 5b258b9..4541c75 100644 --- a/readme.md +++ b/readme.md @@ -9,4 +9,6 @@ This repo shows how to create a CodeQL query to find references to `shutil.rmtre 1. Clone the core libs repo [https://github.com/github/codeql](https://github.com/github/codeql) and add it to the VSCode workspace 1. Create a database of your code - - Run `codeql database create codeqldb --language=python` to create the database \ No newline at end of file + - Run `codeql database create codeqldb --language=python` to create the database + +sample