mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +01:00
task: explicitly allows Artistic-2.0 license (#8694)
Due to our use of docusaurus and the openapi plugin we need to allow Artistic-2.0, Having read the license, it allows for free use of the licensed code, provided the license is included when distributing, but does not require a relicensing of products using the licensed code.
This commit is contained in:
parent
f669d9622e
commit
c46ce85611
2
.github/workflows/dependency-review.yml
vendored
2
.github/workflows/dependency-review.yml
vendored
@ -17,5 +17,5 @@ jobs:
|
|||||||
uses: actions/dependency-review-action@v4
|
uses: actions/dependency-review-action@v4
|
||||||
with:
|
with:
|
||||||
fail-on-severity: moderate
|
fail-on-severity: moderate
|
||||||
allow-licenses: Apache-2.0, MIT, BSD-2-Clause, BSD-3-Clause, ISC, 0BSD, CC0-1.0, Unlicense, BlueOak-1.0.0, CC-BY-4.0
|
allow-licenses: Apache-2.0, MIT, BSD-2-Clause, BSD-3-Clause, ISC, 0BSD, CC0-1.0, Unlicense, BlueOak-1.0.0, CC-BY-4.0, Artistic-2.0
|
||||||
comment-summary-in-pr: always
|
comment-summary-in-pr: always
|
||||||
|
@ -629,9 +629,7 @@ const sidebars: SidebarsConfig = {
|
|||||||
description: 'Environments how-to guides.',
|
description: 'Environments how-to guides.',
|
||||||
slug: '/how-to/env',
|
slug: '/how-to/env',
|
||||||
},
|
},
|
||||||
items: [
|
items: ['how-to/how-to-environment-import-export'],
|
||||||
'how-to/how-to-environment-import-export',
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Users and permissions',
|
label: 'Users and permissions',
|
||||||
@ -650,7 +648,7 @@ const sidebars: SidebarsConfig = {
|
|||||||
'Users and permission how-to guides.',
|
'Users and permission how-to guides.',
|
||||||
slug: '/how-to/users-and-permissions',
|
slug: '/how-to/users-and-permissions',
|
||||||
},
|
},
|
||||||
}
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user