You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,11 @@ Collection of community-driven CodeQL query and extension packs
4
4
5
5
## Getting started
6
6
7
-
### CodeQL packs syntax
7
+
### Default query suites
8
8
9
-
Using `githubsecuritylab/codeql-LANG-queries` will reference the default suite for that pack (e.g. `python.qls` for python). However, you may use a different suite such as `python-audit.qls` by using the following syntax: `githubsecuritylab/codeql-python-queries:suites/python-audit.qls`. The examples below work for both situations.
9
+
Using a `githubsecuritylab/codeql-LANG-queries`query pack will reference the default suite for that pack (e.g. `python.qls` for python). However, you may use a different suite such as `python-audit.qls` by referencing the query pack with the following syntax: `githubsecuritylab/codeql-python-queries:suites/python-audit.qls`. The examples below work for both syntaxes.
10
10
11
-
### CodeQL Action
11
+
### Using a community pack from the CodeQL Action
12
12
13
13
```yaml
14
14
- name: Initialize CodeQL
@@ -18,15 +18,15 @@ Using `githubsecuritylab/codeql-LANG-queries` will reference the default suite f
0 commit comments