@@ -28,17 +28,17 @@ including links to the lines of source code on GitHub when possible:
2828<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
2929** Table of Contents**
3030
31- - [ Creating your own course] ( #creating-your-own-course )
32- - [ Creating the Query Checking Action] ( #creating-the-query-checking-action )
33- - [ Testing the action] ( #testing-the-action )
34- - [ Adding new queries & calculating the contents for the CSV files] ( #adding-new-queries--calculating-the-contents-for-the-csv-files )
35- - [ Publishing your action] ( #publishing-your-action )
36- - [ Contributing your GitHub Action to this repository] ( #contributing-your-github-action-to-this-repository )
37- - [ Creating the Learning Lab Course] ( #creating-the-learning-lab-course )
38- - [ Example Courses] ( #example-courses )
39- - [ Contributing] ( #contributing )
40- - [ Releasing new versions or updating dependencies] ( #releasing-new-versions-or-updating-dependencies )
41- - [ License] ( #license )
31+ - [ Creating your own course] ( #creating-your-own-course )
32+ - [ Creating the Query Checking Action] ( #creating-the-query-checking-action )
33+ - [ Testing the action] ( #testing-the-action )
34+ - [ Adding new queries & calculating the contents for the CSV files] ( #adding-new-queries--calculating-the-contents-for-the-csv-files )
35+ - [ Publishing your action] ( #publishing-your-action )
36+ - [ Contributing your GitHub Action to this repository] ( #contributing-your-github-action-to-this-repository )
37+ - [ Creating the Learning Lab Course] ( #creating-the-learning-lab-course )
38+ - [ Example Courses] ( #example-courses )
39+ - [ Contributing] ( #contributing )
40+ - [ Releasing new versions or updating dependencies] ( #releasing-new-versions-or-updating-dependencies )
41+ - [ License] ( #license )
4242
4343<!-- END doctoc generated TOC please keep comment here to allow auto update -->
4444
@@ -207,6 +207,11 @@ run either of these scripts:
207207 affect this specific course,
208208 without publishing any new images.
209209
210+ Both scripts take as argument an **optional** regexp string.
211+ If this string is passed, only the queries
212+ with names matching the regexp will be run.
213+ Otherwise all queries are run.
214+
210215**In GitHub Actions:**
211216
212217If adding a course to this repository,
@@ -329,4 +334,3 @@ as per the [terms & conditions](https://securitylab.github.com/tools/codeql/lice
329334> **To generate CodeQL databases for or during automated analysis,
330335> continuous integration or continuous delivery,
331336> whether as part of normal software engineering processes or otherwise.**
332-
0 commit comments