Skip to content

Commit 4fcb0c2

Browse files
Thavarshanclaude
andcommitted
Fix dependency-review workflow configuration
Changed `allow-dependencies-licenses` to `allow-licenses` parameter. The incorrect parameter name was causing package-url parsing errors. Generated with Claude Code (https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent c43c3ae commit 4fcb0c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
with:
2727
comment-summary-in-pr: always
2828
fail-on-severity: moderate
29-
allow-dependencies-licenses: GPL-3.0-or-later, MIT, BSD-2-Clause, BSD-3-Clause, Apache-2.0, ISC, LGPL-2.1, LGPL-3.0
29+
allow-licenses: GPL-3.0-or-later, MIT, BSD-2-Clause, BSD-3-Clause, Apache-2.0, ISC, LGPL-2.1, LGPL-3.0

0 commit comments

Comments
 (0)