Skip to content

Commit fea2017

Browse files
committed
Enable OpenSSF Scorecard checks in dependency review workflow
1 parent 87c0c41 commit fea2017

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dependency-review-action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@ jobs:
127127
# Use the GitHub Advisory Database (GHSA) as the source.
128128
# This is the default; listed explicitly for clarity.
129129
# vulnerability-check: true # default
130+
# Add explicitly so teams know it's active
131+
show-openssf-scorecard: true
132+
warn-on-openssf-scorecard-level: 3
130133

131134
# Post a status summary badge to PR
132135
# summarize:

0 commit comments

Comments
 (0)