Skip to content

v1.40.1

Choose a tag to compare

@github-actions github-actions released this 29 Oct 14:59
· 5 commits to main since this release
4060c9f

What's New

Changed

  • Refactored inspect module structure for better organization
    • Reorganized inspection modules into policy_check and summary subdirectories
    • Moved copyleft and undeclared component checks to policy_check/scanoss/
    • Moved component, license, and match summaries to summary/
    • Moved Dependency Track policy checks to policy_check/dependency_track/
    • Extracted common scan result processing logic into ScanResultProcessor utility class
    • Improved type safety with PolicyOutput named tuple for policy check results
    • Made PolicyCheck class explicitly abstract with ABC

Added

  • Added Makefile targets for running ruff linter (linter, linter-fix, linter-docker, linter-docker-fix)