Skip to content

Commit 0973241

Browse files
committed
fix(github-actions): remove oss scorecard summary from dependency checks (#2319)
Remove the scorecard summary as we already check scorecard separately, additionally, this should help to avoid too much being placed in the GITHUB_STEP_SUMMARY and causing failures. PR Close #2319
1 parent a95d798 commit 0973241

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

github-actions/linting/licenses/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ runs:
1919
with:
2020
config-file: '${{ env.ACTION_REPO }}/github-actions/linting/licenses/dependency-review-config.yml@${{ env.ACTION_REF }}'
2121
allow-dependencies-licenses: '${{inputs.allow-dependencies-licenses}}'
22+
show-openssf-scorecard: false

0 commit comments

Comments
 (0)