Skip to content

Commit

Permalink
add files to ignore for codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
Flyingmana committed Dec 30, 2022
1 parent 57a1210 commit cc5015a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ jobs:
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
paths-ignore:
- js/mage/adminhtml/wysiwyg/tiny_mce/setup.js
- js/prototype/validation.js
- js/tiny_mce/tiny_mce_jquery_src.js
- js/tiny_mce/classes/**/*.js
- js/tiny_mce/plugins/**/*.js
- '**/*.test.js'
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.
Expand Down

0 comments on commit cc5015a

Please sign in to comment.