Skip to content

Commit

Permalink
feat: extend configuration to support OSSF Scorecard
Browse files Browse the repository at this point in the history
  • Loading branch information
UlisesGascon committed Dec 12, 2024
1 parent c9741e6 commit 6b06409
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,19 @@ const dbSettings = {
}
}

const ossfScorecardSettings = {
dockerImage: 'ghcr.io/ossf/scorecard/v5:ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4',
parallelJobs: 5,
}

const defaultValues = {
projectCategories,
ossfScorecardSettings,
dbSettings
}
const testEnvironment = {
projectCategories,
ossfScorecardSettings,
dbSettings
}

Expand Down

0 comments on commit 6b06409

Please sign in to comment.