We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d22254f commit 0b3d669Copy full SHA for 0b3d669
scripts/syft-license-summary.py
@@ -2,8 +2,9 @@
2
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
3
# SPDX-License-Identifier: BSD-3-Clause
4
5
-# input is a syft JSON file as the first argument; output is a summary of
6
-# source packages and their licenses
+# input is a Syft JSON file as the first argument; output is a
+# human-readable summary of source packages and their licenses in CSV
7
+# format
8
9
import json
10
import os
0 commit comments