Skip to content

Commit 1cfce87

Browse files
Add purl to csv outputs
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent 9342af6 commit 1cfce87

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/formattedcode/output_csv.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ def get_package_columns(_columns=set()):
243243

244244
# some extra columns for components
245245
extra_columns = [
246+
'purl',
246247
'components',
247248
'owner_name',
248249
'reference_notes',

0 commit comments

Comments
 (0)