Skip to content

Commit c76d519

Browse files
committed
fix: add dep review exception for canvas
1 parent 96e3448 commit c76d519

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/dependency-review.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ jobs:
7575
# (https://github.com/pyramation/nested-obj/pull/1)
7676
# maven/com.google.errorprone/error_prone_annotations: Temporary addition due to ClearlyDefined error
7777
# (https://github.com/clearlydefined/curated-data/pull/30203)
78+
# npm/canvas: Temporary addition due to ClearlyDefined error
79+
# (https://github.com/clearlydefined/curated-data/pull/32066)
7880
allow-dependencies-licenses: >-
7981
pkg:npm/%2540lancedb/lancedb,
8082
pkg:npm/%2540lancedb/lancedb-darwin-arm64,
@@ -96,6 +98,7 @@ jobs:
9698
pkg:npm/strfy-js,
9799
pkg:npm/nested-obj,
98100
pkg:pypi/charset-normalizer,
99-
pkg:maven/com.google.errorprone/error_prone_annotations
101+
pkg:maven/com.google.errorprone/error_prone_annotations,
102+
pkg:npm/canvas
100103
101104
comment-summary-in-pr: on-failure

0 commit comments

Comments
 (0)