ericcornelissen/js-regex-security-scanner

Scanner does not scan `.mjs` and `.cjs` files

Closed this issue · 0 comments

Despite the intent being that the scanner scans .mjs (ESModule) and .cjs (CommonJS) JavaScript files, this is currently not the case due to two typos in the Dockerfile at line 44:

".js,.cjs.ejs", \