Sonar cloud is not scanning all files in the project

Hi Everyone!

We want to scan each and every file in our project for vulnerability management using sonar cloud. But I am unable to scan all the files in the project. I have created separate sonar cloud monorepo projects.
Especially I am unable to scan bootstrap javascript libraries.

File ignore message:

bootstrap.min.js excluded by org.sonar.plugins.javascript.filter.JavaScriptExclusionsFileFilter

These are the below properties i have used in my azure devops pipeline.

    extraProperties: |
     sonar.javascript.exclusions=""
     sonar.javascript.detectBundles=false
     sonar.javascript.binaries=.
     sonar.javascript.node.maxspace=8192
     sonar.javascript.maxFileSize=10000
     sonar.verbose=true
     sonar.binaries=.
     sonar.exclusions=""
     sonar.filesize.limit=1024
     sonar.detectBundles=false
     sonar.language=.

Hey there.

Take a look at this post.