Fix OpenSSF Scorecard Score retrieval

This commit is contained in:
Justin Hutchings
2024-03-03 05:59:37 +00:00
parent 43286afc54
commit 6bcbf042ff
5 changed files with 60 additions and 47 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ async function getDepsDevProjectData(
const response = await fetch(url)
if (response.ok) {
const data = await response.json()
core.debug(`Got deps.dev project data: ${JSON.stringify(data)}`)
//core.debug(`Got deps.dev project data: ${JSON.stringify(data)}`)
return DepsDevProjectSchema.parse(data)
} else {
throw new Error(