Skip to content

Commit c259071

Browse files
Use the exact name used upstream for the scope
Signed-off-by: Keshav Priyadarshi <git@keshav.space> Co-authored-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 4f8753a commit c259071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packagedcode/swift.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def assemble(
116116
processed_dependencies.append(
117117
models.DependentPackage(
118118
purl=purl.to_string(),
119-
scope="install",
119+
scope="dependencies",
120120
is_runtime=True,
121121
is_optional=False,
122122
is_resolved=True,

0 commit comments

Comments
 (0)