Skip to content

Commit fb98339

Browse files
authored
Update codeql_with_config.yml
1 parent 983fa32 commit fb98339

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/codeql_with_config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ jobs:
7676
# If you wish to specify custom queries, you can do so here or in a config file.
7777
# By default, queries listed here will override any specified in a config file.
7878
# Prefix the list here with "+" to use these queries and those in the config file.
79-
#config: |
79+
config: |
8080
# paths:
8181
# - src
82-
#paths-ignore:
83-
# - src/node_modules
84-
#- '**/*.test.js'
82+
paths-ignore:
83+
- src/node_modules
84+
- '**/*.test.js'
8585
8686
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
8787
# queries: security-extended,security-and-quality

0 commit comments

Comments
 (0)