diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index d6be093b20..9f670dd58f 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -14,5 +14,18 @@ jobs: - name: 'Dependency Review' uses: actions/dependency-review-action@v4 with: - allow-licenses: AGPL-3.0-only, LGPL-3.0, MIT, Apache-2.0, BSD-2-Clause, BSD-3-Clause, ISC, X11, 0BSD, GPL-3.0, Unlicense, CC0-1.0, BlueOak-1.0.0, MIT-0, 'JSON AND LicenseRef-scancode-proprietary-license AND MIT' + allow-licenses: | + AGPL-3.0-only, + LGPL-3.0, + MIT, + Apache-2.0, + BSD-2-Clause, + BSD-3-Clause, + ISC, + X11, + 0BSD, + GPL-3.0, + Unlicense, + CC0-1.0, + JSON AND LicenseRef-scancode-proprietary-license AND MIT allow-ghsas: 'GHSA-vxvm-qww3-2fh7'