Skip to content

Commit

Permalink
ci(codeql): ignore generated cordova.js
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed Apr 17, 2024
1 parent 3351c5c commit f450289
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
node --version
npm --version
# "bin/templates/platform_www/cordova.js" is ignored because it is generated file.
# It contains mixed content from npm package "cordova-js" & "./cordova-js-src".
# The report might not be resovable because of the external package.
# If report related to this repo, it would be detected when scanning "./cordova-js-src".
- uses: github/codeql-action/init@v3
with:
languages: javascript
Expand All @@ -51,6 +55,7 @@ jobs:
paths-ignore:
- coverage
- node_modules
- bin/templates/platform_www/cordova.js
- name: npm install and test
run: npm cit
Expand Down

0 comments on commit f450289

Please sign in to comment.