Skip to content

Commit

Permalink
fix: Whitelist attrs in license checker
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroFernandezLuces committed Dec 20, 2024
1 parent 7444cb7 commit d72eb86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
library-name: ${{ env.PACKAGE_NAME }}
operating-system: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}
whitelist-license-check: "attrs" # This has MIT license but fails the check

mendscan-sca:
name: Mend Scan
runs-on: ubuntu-latest
Expand Down

0 comments on commit d72eb86

Please sign in to comment.