File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -55,9 +55,9 @@ queries using:
55
55
56
56
- qlpack: <qlpack-name>
57
57
58
- The default suite of a query pack includes all of the common and recommended queries
59
- inside of that suite . Not all query packs have a default suite. Those that do not
60
- define a default suite will resolve all of the queries in all of their subdirectories .
58
+ The default suite of a query pack includes a recommended set of queries
59
+ inside of that query pack . Not all query packs have a default suite. If the given query pack does not
60
+ define a default suite, the ` qlpack ` instruction will resolve to all of the queries within the pack .
61
61
62
62
.. pull-quote :: Note
63
63
@@ -130,7 +130,7 @@ To define a suite that selects all queries in the default suite of the
130
130
``codeql/cpp-queries `` QL pack, and then refines them to only include
131
131
security queries, use::
132
132
133
- - queries : codeql/cpp-queries
133
+ - qlpack : codeql/cpp-queries
134
134
- include:
135
135
tags contain: security
136
136
You can’t perform that action at this time.
0 commit comments