mirror of
https://github.com/anchore/grype
synced 2024-11-10 06:34:13 +00:00
51e1b6307b
* update syft and jotframe Signed-off-by: Alex Goodman <alex.goodman@anchore.com> * update validations and release pipeline Signed-off-by: Alex Goodman <alex.goodman@anchore.com> * moved terminal package to golang.org/x/term Signed-off-by: Alex Goodman <alex.goodman@anchore.com> * update integration tests to account for package relationships Signed-off-by: Alex Goodman <alex.goodman@anchore.com> * add license exception for xz Signed-off-by: Alex Goodman <alex.goodman@anchore.com> * update Location and Coordinate references Signed-off-by: Alex Goodman <alex.goodman@anchore.com> * remove benchmark tests Signed-off-by: Alex Goodman <alex.goodman@anchore.com> * remove mac acceptance tests Signed-off-by: Alex Goodman <alex.goodman@anchore.com> * add syft-grype relationship notes in DEVELOPING.md Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
18 lines
No EOL
578 B
YAML
18 lines
No EOL
578 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
|
|
|
|
# from: https://github.com/xi2/xz/blob/master/LICENSE
|
|
# All these files have been put into the public domain.
|
|
# You can do whatever you want with these files.
|
|
- github.com/xi2/xz |