We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have bearer installed with Homebrew and it works with other projects. But when I run scan in a project with "workspaces", it failed.
scan
https://docs.npmjs.com/cli/v7/using-npm/workspaces
Here is a simple project workspaces that will fail:
https://github.com/mutongwu/npm_workspaces
bearer scan ./
should work and scan the codes
Failed.Command output as follow:
Analyzing codebase ⠙ (391276/-) [0s] Error: failed to get git context: error getting default branch name: exit status 128 -- git output --
git --version git version 2.47.0
bearer version 1.46.4, build 380afa10188c8a5e5a4f3c6ebe7009373b44137f
The text was updated successfully, but these errors were encountered:
Looks like something goes wrong with git. It works now after I delete the projects and re-clone.
Sorry, something went wrong.
No branches or pull requests
I have bearer installed with Homebrew and it works with other projects. But when I run
scan
in a project with "workspaces", it failed.https://docs.npmjs.com/cli/v7/using-npm/workspaces
Description & Reproduction
Here is a simple project workspaces that will fail:
https://github.com/mutongwu/npm_workspaces
Expected Behavior
should work and scan the codes
Actual Behavior
Failed.Command output as follow:
Possible Fix
Your Environment
The text was updated successfully, but these errors were encountered: