mirror of
https://github.com/anchore/grype
synced 2024-11-10 06:34:13 +00:00
a2762bbbf0
* update syft version with correct arguments Signed-off-by: Christopher Angelo Phillips <christopher.phillips@anchore.com> * bump integration tests with new presenter format Signed-off-by: Christopher Angelo Phillips <christopher.phillips@anchore.com> * update integration tests to remove php-composer failure Signed-off-by: Christopher Angelo Phillips <christopher.phillips@anchore.com>
12 lines
390 B
YAML
12 lines
390 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
|
|
# tools-golang is released under the Apache License, version 2.0 (Apache-2.0)
|
|
# https://github.com/spdx/tools-golang/blob/main/LICENSE.code
|
|
- github.com/spdx/tools-golang
|