File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 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\/.*/
You can’t perform that action at this time.
0 commit comments