We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b056ab commit a258054Copy full SHA for a258054
.github/workflows/verify-licenses.yaml
@@ -83,5 +83,6 @@ jobs:
83
GOFLAGS: -mod=vendor
84
run: |
85
# Allowed licenses (all CNCF-approved)
86
+ # https://github.com/cncf/foundation/blob/main/allowed-third-party-license-policy.md
87
go-licenses check ./... \
- --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