Skip to content

Commit 9f1c770

Browse files
committed
PR feedback
1 parent c90a76a commit 9f1c770

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/dependency-review.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ jobs:
8181
# npm/bignumber.js: ClearlyDefined error showing inaccurate license
8282
# pypi/chardet: LGPL-2.1-or-later -- only approving as a one-off
8383
# npm/@img/sharp*: For local dev using claude code
84-
# npm/@anthropic-ai/claude-code: For local dev using claude code
8584
allow-dependencies-licenses: >-
8685
pkg:npm/@lancedb/lancedb,
8786
pkg:npm/@lancedb/lancedb-darwin-arm64,
@@ -106,10 +105,9 @@ jobs:
106105
pkg:maven/com.google.errorprone/error_prone_annotations,
107106
pkg:npm/canvas,
108107
pkg:npm/bignumber.js,
109-
pkg:pypi/chardet
110-
pkg:npm/%2540limg/sharp-libvips-linuxmusl-arm64
111-
pkg:npm/%2540limg/sharp-libvips-linuxmusl-x64
112-
pkg:npm/%2540lanthropic-ai/claude-code
108+
pkg:pypi/chardet,
109+
pkg:npm/@img/sharp-libvips-linuxmusl-arm64,
110+
pkg:npm/@img/sharp-libvips-linuxmusl-x64
113111
114112
# Known vulnerabilities we're ok with ignoring.
115113
# These are generally because they are in an older python kernel

0 commit comments

Comments
 (0)