Skip to content

Commit 0b3d669

Browse files
committed
scripts: syft-license-summary: cleanup definition
Signed-off-by: Loïc Minier <[email protected]>
1 parent d22254f commit 0b3d669

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/syft-license-summary.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
33
# SPDX-License-Identifier: BSD-3-Clause
44

5-
# input is a syft JSON file as the first argument; output is a summary of
6-
# source packages and their licenses
5+
# input is a Syft JSON file as the first argument; output is a
6+
# human-readable summary of source packages and their licenses in CSV
7+
# format
78

89
import json
910
import os

0 commit comments

Comments
 (0)