We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab899d3 commit eab9342Copy full SHA for eab9342
.github/workflows/dependency-review.yml
@@ -77,6 +77,7 @@ jobs:
77
# (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)
80
+ # npm/bignumber.js: ClearlyDefined error showing inaccurate license
81
allow-dependencies-licenses: >-
82
pkg:npm/%2540lancedb/lancedb,
83
pkg:npm/%2540lancedb/lancedb-darwin-arm64,
@@ -100,5 +101,6 @@ jobs:
100
101
pkg:pypi/charset-normalizer,
102
pkg:maven/com.google.errorprone/error_prone_annotations,
103
pkg:npm/canvas
104
+ pkg:npm/bignumber.js
105
106
comment-summary-in-pr: on-failure
0 commit comments