Skip to content

0.3.1

Latest
Compare
Choose a tag to compare
@rphillips rphillips released this 04 Aug 20:14
· 179 commits to main since this release
3e9a54b

Features

  • Config de-duplication (moved some rules into the main config.toml)
  • Improve config validation for [[ignores]] sections
  • Add 4.14 configuration.
  • Add semver sort of stored config versions
  • Add --walk-scan flag to node scan. If set, the scan is using the same
    algorithm as scan payload (walk the directory tree and scan all files).
    Note that per-payload and per-tag configuration entries are still ignored
    because neither tag nor component is set.
  • Add --rpm-scan flag to payload and image scan. If set, the scan is using
    the same algorithm and rules as scan node (only scan files belonging to RPM
    packages, and ignore per-payload and per-tag configuration entries).

Bug fixes

  • Fix error text in message when logging scan node failure/warning
  • Fix checking for duplicates in config validation logic