Add debugging

This commit is contained in:
Justin Hutchings
2024-03-03 00:31:13 +00:00
parent 781bff117a
commit af5438b06f
4 changed files with 32 additions and 3 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ async function run(): Promise<void> {
)
const scorecard = await getScorecardLevels(filteredChanges)
core.debug(`Scorecard: scorecard}`)
core.debug(`Scorecard: ${scorecard}`)
core.debug(`Filtered Changes: ${JSON.stringify(filteredChanges)}`)
core.debug(`Config Deny Packages: ${JSON.stringify(config)}`)