Skip to content

Commit a258054

Browse files
committed
ci: add MPL-2.0 to CNCF-approved license allowlist for helm SDK deps
1 parent 0b056ab commit a258054

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/verify-licenses.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,6 @@ jobs:
8383
GOFLAGS: -mod=vendor
8484
run: |
8585
# Allowed licenses (all CNCF-approved)
86+
# https://github.com/cncf/foundation/blob/main/allowed-third-party-license-policy.md
8687
go-licenses check ./... \
87-
--allowed_licenses=Apache-2.0,BSD-2-Clause,BSD-3-Clause,ISC,MIT
88+
--allowed_licenses=Apache-2.0,BSD-2-Clause,BSD-3-Clause,ISC,MIT,MPL-2.0

0 commit comments

Comments
 (0)