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
Describe the bug
Spelling error in name of dependency bot in these file(s):
scorecard/checks/raw/dependency_update_tool.go
Line 91 in c6d7680
scorecard/e2e/dependency_update_tool_test.go
Line 84 in c6d7680
Reproduction steps
Steps to reproduce the behavior:
ossf/scorecard
Renovabot
The bad spelling also shows up in the response body:
curl -X 'GET' \ 'https://api.securityscorecards.dev/projects/github.com/renovatebot/renovate' \ -H 'accept: application/json'
{ "name": "Dependency-Update-Tool", "score": 10, "reason": "update tool detected", "details": [ "Info: Renovabot detected: renovate.json:1" ], "documentation": { "short": "Determines if the project uses a dependency update tool.", "url": "https://github.com/ossf/scorecard/blob/c61f6bc297ee71dc4b5f2511144d6c031b946089/docs/checks.md#dependency-update-tool" } },
Expected behavior
Change Renovabot to Renovate.
Renovate
Additional context
I don't know how hard it is for a newcomer to fix this problem? It looks like I can just rename the two entries in the files, and then create a PR?
Related issue:
The text was updated successfully, but these errors were encountered:
@naveensrinivasan would you be able to take this on?
Sorry, something went wrong.
🐛 Fix Renovate bot typo
5a17297
- Fix typo in renovatebot - Fixes #2568 Signed-off-by: naveensrinivasan <[email protected]>
26462d1
🐛 Fix Renovate bot typo (#2569)
4d5cbb4
- Fix typo in renovatebot - Fixes #2568 Signed-off-by: naveensrinivasan <[email protected]> Signed-off-by: naveensrinivasan <[email protected]>
🐛 Fix Renovate bot typo (ossf#2569)
f4c4d31
- Fix typo in renovatebot - Fixes ossf#2568 Signed-off-by: naveensrinivasan <[email protected]> Signed-off-by: naveensrinivasan <[email protected]>
naveensrinivasan
Successfully merging a pull request may close this issue.
Describe the bug
Spelling error in name of dependency bot in these file(s):
scorecard/checks/raw/dependency_update_tool.go
Line 91 in c6d7680
scorecard/e2e/dependency_update_tool_test.go
Line 84 in c6d7680
Reproduction steps
Steps to reproduce the behavior:
ossf/scorecard
repositoryRenovabot
The bad spelling also shows up in the response body:
Expected behavior
Change
Renovabot
toRenovate
.Additional context
I don't know how hard it is for a newcomer to fix this problem? It looks like I can just rename the two entries in the files, and then create a PR?
Related issue:
The text was updated successfully, but these errors were encountered: