Skip to content

Commit 002f6f0

Browse files
authored
Create go-experimental-security.qls
1 parent eec3318 commit 002f6f0

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Use with caution ⚠️ experimental queries are not assured for performance or false positives
2+
3+
# Use in a CodeQL workflow
4+
# e.g. use from where it is or copy to `./.github/codeql/go-experimental-security.qls`
5+
# then alter the workflow to look like:
6+
#
7+
# # Initializes the CodeQL tools for scanning.
8+
# - name: Initialize CodeQL
9+
# uses: github/codeql-action/init@v2
10+
# with:
11+
# languages: [go]
12+
# queries: security-and-quality,./.github/codeql/go-experimental-security.qls
13+
14+
- description: "Go experimental security queries"
15+
- qlpack: codeql/go-queries
16+
17+
- queries: '.'
18+
from: codeql/go-queries
19+
20+
- include:
21+
kind:
22+
- problem
23+
- path-problem
24+
- alert
25+
- path-alert
26+
query path:
27+
- /experimental\/.*/

0 commit comments

Comments
 (0)