We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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