8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d920937 commit 2b0aaf1Copy full SHA for 2b0aaf1
src/scorecard.ts
@@ -49,7 +49,7 @@ export async function getScorecardLevels(
49
}
50
51
async function getScorecard(repositoryUrl: string): Promise<ScorecardApi> {
52
- const apiRoot = 'https://api.securityscorecards.dev/'
+ const apiRoot = 'https://api.securityscorecards.dev'
53
let scorecardResponse: ScorecardApi = {} as ScorecardApi
54
55
const url = `${apiRoot}/projects/${repositoryUrl}`
0 commit comments