diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index f7148dc..7cab350 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -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