Skip to content

Commit

Permalink
Disab le dependency review sorecard output
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-va committed Nov 26, 2024
1 parent eb1f3f2 commit bb8610a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ jobs:
uses: actions/checkout@v4
- name: Review Dependencies
uses: actions/dependency-review-action@v4

with:
# Disable scorecard output for now, as the output may get too large otherwise,
# causing the action to fail.
show-openssf-scorecard: false

install-ui:
name: "Install UI"
Expand Down

0 comments on commit bb8610a

Please sign in to comment.