Skip to content

Commit a227f0f

Browse files
committed
update license list
1 parent eed768f commit a227f0f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -910,8 +910,7 @@ jobs:
910910
id: review
911911
uses: actions/dependency-review-action@v4
912912
with:
913-
#allow-licenses: Apache-2.0, BSD-2-Clause, BSD-3-Clause, CC0-1.0, ISC, MIT, MIT-0, MPL-2.0
914-
allow-licenses: BSD-2-Clause, BSD-3-Clause, CC0-1.0, ISC, MIT, MIT-0, MPL-2.0
913+
allow-licenses: Apache-2.0, BSD-2-Clause, BSD-3-Clause, CC0-1.0, ISC, MIT, MIT-0, MPL-2.0
915914
license-check: true
916915
vulnerability-check: false
917916
- name: "Report"
@@ -922,7 +921,7 @@ jobs:
922921
VULNERABLE_CHANGES: ${{ steps.review.outputs.invalid-license-changes }}
923922
run: |
924923
if [ -n "$VULNERABLE_CHANGES" ]; then
925-
echo "Invalid or unknown licenses detected, contact sreya to ensure your added dependency falls under one of our allowed licenses."
924+
echo "Invalid or unknown licenses detected, contact @sreya to ensure your added dependency falls under one of our allowed licenses."
926925
echo "$VULNERABLE_CHANGES" | jq
927926
exit 1
928927
else

0 commit comments

Comments
 (0)