-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Unable to detect git repo in 1.37 #1941
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
Labels
question
Further information is requested
Comments
Hey, thank you for opening your first Issue ! 🙂 If you would like to contribute we have a guide for contributors. |
Hello, From your logs:
https://github.com/ossf/scorecard/runs/2461368761?check_suite_focus=true I think that I think you have to do what I have explain here #1088 (comment) steps:
- name: Check out code
uses: actions/checkout@v2
with:
fetch-depth: 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of the problem
Upgrading from 1.36 to 1.37 is causing
new
issues checks fails.level=warning msg="[runner] Can't process result by diff processor: can't prepare diff by revgrep: could not read git repo: error executing git diff HEAD~: exit status 128"
Version of golangci-lint
Config file
Go environment
Verbose output of running
Code example or link to a public repository
ossf/scorecard#369
https://github.com/ossf/scorecard/runs/2461368761?check_suite_focus=true
The text was updated successfully, but these errors were encountered: