Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM scratch

# an rpmdb containing some entries that are not currently parseable by syft
COPY ./rpm /var/lib/rpm

CMD ["/bin/bash"]
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# `analyzer-ensure-no-failure-on-unparseable-records`

This image is for testing that analysis doesn't fail when encountering unparseable entries.

Currently it contains an rpmdb with some records that the upstream library that syft uses cannot parse, but syft >= 0.56.0 should no longer fail and just log a warning per package that could not be parsed: https://github.com/anchore/syft/pull/1200


Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.