Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI arguments and local scanner no more supported #91

Closed
BBE78 opened this issue Feb 12, 2024 · 3 comments · Fixed by #96
Closed

CLI arguments and local scanner no more supported #91

BBE78 opened this issue Feb 12, 2024 · 3 comments · Fixed by #96
Milestone

Comments

@BBE78
Copy link

BBE78 commented Feb 12, 2024

Since #55 refactoring, the command line arguments and the local scanner are no more taken into account.

@BBE78
Copy link
Author

BBE78 commented Feb 12, 2024

Proposed solution: in the "index.js" file, replace the line #45 of the function scanWithCallback

  scan(params).then(() => {

by

  scan(params, cliArgs, localScanner).then(() => {

@vdiez vdiez added this to the 3.4.0 milestone Feb 16, 2024
@vdiez
Copy link

vdiez commented Feb 16, 2024

Hello @BBE78,

thank you for reporting this. We'll handle this for next release.

@BBE78
Copy link
Author

BBE78 commented Mar 27, 2024

Thank you !

@ericmorand-sonarsource ericmorand-sonarsource removed their assignment Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants