mirror of
https://github.com/anchore/syft
synced 2024-11-10 06:14:16 +00:00
316d4341c8
Signed-off-by: Dan Luhring <dan.luhring@anchore.com>
17 lines
566 B
YAML
17 lines
566 B
YAML
permit:
|
|
- BSD.*
|
|
- MIT.*
|
|
- Apache.*
|
|
- MPL.*
|
|
- ISC
|
|
ignore-packages:
|
|
# packageurl-go is released under the MIT license located in the root of the repo at /mit.LICENSE
|
|
- github.com/anchore/packageurl-go
|
|
|
|
# from: https://github.com/spdx/tools-golang/blob/main/LICENSE.code
|
|
# The tools-golang source code is provided and may be used, at your option,
|
|
# under either:
|
|
# * Apache License, version 2.0 (Apache-2.0), OR
|
|
# * GNU General Public License, version 2.0 or later (GPL-2.0-or-later).
|
|
# (we choose Apache-2.0)
|
|
- github.com/spdx/tools-golang
|