You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature or problem you’d like to solve
Currently the lstn in command accepts package.json manifest files present in <path>, where <path> is a reference to a directory located on the local machine.
Proposed solution
It would be useful to support URLs for specifying the <path> to package.json, for example:
lstn in https://github.com/tierrun/node-sdk/blob/main/package.json
Additional context
Would be useful for scanning projects without having to clone the project locally, and could also result in a wider range of use cases and help with internal testing and data harvesting.
The text was updated successfully, but these errors were encountered:
Describe the feature or problem you’d like to solve
Currently the
lstn in
command acceptspackage.json
manifest files present in<path>
, where<path>
is a reference to a directory located on the local machine.Proposed solution
It would be useful to support URLs for specifying the
<path>
to package.json, for example:lstn in https://github.com/tierrun/node-sdk/blob/main/package.json
Additional context
Would be useful for scanning projects without having to clone the project locally, and could also result in a wider range of use cases and help with internal testing and data harvesting.
The text was updated successfully, but these errors were encountered: