Skip to content

Commit

Permalink
Renovate: Inline OpenSSF Scorecard preset
Browse files Browse the repository at this point in the history
to modify it
  • Loading branch information
ComiR committed Oct 31, 2023
1 parent 857b728 commit db5784c
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,28 @@
":timezone(Europe/Berlin)",
"group:allNonMajor",
"npm:unpublishSafe",
"schedule:yearly",
"security:openssf-scorecard"
"schedule:yearly"
],
"osvVulnerabilityAlerts": true,
"postUpdateOptions": ["npmDedupe"],
"prBodyColumns": [
"transitiveRemediation": true,
"packageRules": [
{
"matchSourceUrlPrefixes": [
"https://github.com/"
],
"prBodyDefinitions": {
"OpenSSF": "[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/{{sourceRepo}}/badge)](https://securityscorecards.dev/viewer/?uri=github.com/{{sourceRepo}})"
},
"prBodyColumns": [
"Package",
"Change",
"Age",
"Adoption",
"Passing",
"Confidence",
"OpenSSF"
],
"transitiveRemediation": true
]
}
]
}

0 comments on commit db5784c

Please sign in to comment.