diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml index 4e2e4c6d..d1723a42 100644 --- a/.github/workflows/license.yml +++ b/.github/workflows/license.yml @@ -44,4 +44,4 @@ jobs: - name: Check licenses # We allow only "notice" type of licenses. - run: go run github.com/google/go-licenses check --ignore=golang.org/x --allowed_licenses=Apache-2.0,Apache-3,BSD-3-Clause,BSD-4-Clause,CC0-1.0,ISC,MIT ./... + run: go run github.com/google/go-licenses check --ignore=golang.org/x --allowed_licenses=Apache-2.0,Apache-3,BSD-2-Clause,BSD-3-Clause,BSD-4-Clause,CC0-1.0,ISC,MIT ./...