Skip to content

Commit

Permalink
ci(scorecard): delete fixtures to suppress false positives (#26707)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice authored Jan 17, 2024
1 parent d385009 commit d0afac0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
with:
persist-credentials: false

- name: Delete fixtures to suppress false positives
run: |
find ./lib -type d -name '__fixtures__' -exec rm -rf {} \; || true
- name: 'Run analysis'
uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
with:
Expand Down

0 comments on commit d0afac0

Please sign in to comment.