mirror of
https://github.com/ossf/scorecard.git
synced 2024-11-04 03:52:31 +03:00
🐛 Fix Renovate bot typo (#2569)
- Fix typo in renovatebot - Fixes https://github.com/ossf/scorecard/issues/2568 Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com> Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>
This commit is contained in:
parent
90cdd98809
commit
4d5cbb4586
@ -88,7 +88,7 @@ var checkDependencyFileExists fileparser.DoWhileTrueOnFilename = func(name strin
|
||||
case ".github/renovate.json", ".github/renovate.json5", ".renovaterc.json", "renovate.json",
|
||||
"renovate.json5", ".renovaterc":
|
||||
*ptools = append(*ptools, checker.Tool{
|
||||
Name: "Renovabot",
|
||||
Name: "RenovateBot",
|
||||
URL: asPointer("https://github.com/renovatebot/renovate"),
|
||||
Desc: asPointer("Automated dependency updates. Multi-platform and multi-language."),
|
||||
Files: []checker.File{
|
||||
|
@ -81,7 +81,7 @@ var _ = Describe("E2E TEST:"+checks.CheckDependencyUpdateTool, func() {
|
||||
}
|
||||
result := checks.DependencyUpdateTool(&req)
|
||||
// New version.
|
||||
Expect(scut.ValidateTestReturn(nil, "renovabot", &expected, &result, &dl)).Should(BeTrue())
|
||||
Expect(scut.ValidateTestReturn(nil, "renovatebot", &expected, &result, &dl)).Should(BeTrue())
|
||||
Expect(repoClient.Close()).Should(BeNil())
|
||||
})
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user