mirror of
https://github.com/anchore/syft.git
synced 2026-03-30 21:53:27 +02:00
* internalize majority of cmd package and migrate integration tests Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com> * add internal api encoder Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com> * create internal representation of all formats Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com> * export capability to get default encoders Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com> * restore test fixtures Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com> --------- Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
10 lines
690 B
Plaintext
10 lines
690 B
Plaintext
# we should strive to not commit blobs to the repo and strive to keep the build process of how blobs are acquired in-repo.
|
|
# this blob is generated from syft/syft/catalogers/java/test-fixtures/java-builds , however, preserving the build process
|
|
# twice in the repo seems redundant (even via symlink). Given that the fixture is a few kilobytes in size, the build process is already
|
|
# captured, and integration tests should only be testing if jars can be discovered (not necessarily depth in java detection
|
|
# functionality), committing it seems like an acceptable exception.
|
|
!image-pkg-coverage/pkgs/java/*.jar
|
|
!image-pkg-coverage/pkgs/java/*.hpi
|
|
|
|
**/go.sum
|
|
!image-go-bin-arch-coverage/go.sum |