Skip to content

Commit

Permalink
fix: exclude Syft ELF package cataloger (#1182)
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 committed Apr 22, 2024
1 parent 102ff69 commit dd7c210
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/syft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ exclude:
- '/sysroot/ostree/repo/objects/**'
- '/usr/share/icons/**'
- '/usr/share/doc/**'

# There's a known issue with the previous releases where ELF cataloger uses far
# too much memory, causing crashes. Current recommendation is to disable this
# until the Anchore team have investigated and rolled out a fix
select-catalogers:
- '-elf-package'

0 comments on commit dd7c210

Please sign in to comment.