We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01844f8 commit ef897e0Copy full SHA for ef897e0
.github/workflows/codeql-analysis.yml
@@ -49,7 +49,9 @@ jobs:
49
# By default, queries listed here will override any specified in a config file.
50
# Prefix the list here with "+" to use these queries and those in the config file.
51
# queries: ./path/to/local/query, your-org/your-repo/queries@main
52
- queries: ./.github/codeql/custom-queries-javascript
+ queries:
53
+ # https://docs.github.com/en/code-security/reference/code-scanning/workflow-configuration-options#specifying-additional-queries
54
+ - uses: ./.github/codeql/custom-queries-javascript/ShellSanitizer.qll
55
56
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
57
# If this step fails, then you should remove it and run the build manually (see below)
0 commit comments