Skip to content

Commit 24bd3e9

Browse files
authored
Add the sheet name for dependency scanner (#140)
Signed-off-by: Jiyeong Seok <[email protected]>
1 parent e85cfbc commit 24bd3e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/fosslight_util/constant.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@
1212
'BIN': FL_BINARY,
1313
f'SRC_{FL_SOURCE}': FL_SOURCE,
1414
f'SRC_{FL_DEPENDENCY}': FL_DEPENDENCY,
15-
f'BIN_{FL_BINARY}': FL_BINARY}
15+
f'BIN_{FL_BINARY}': FL_BINARY,
16+
f'DEP_{FL_DEPENDENCY}': FL_DEPENDENCY}

0 commit comments

Comments
 (0)