Skip to content

v34.8.2

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Oct 17:36
· 95 commits to main since this release

Changelog

  • Add android_analysis to extra_requires. This installs the package
    android_inspector, which provides a pipeline for Android APK
    deploy-to-development analysis.
  • Remove the sleep time in the context of testing matchcode.poll_run_url_status
    to speed up the test. #1411
  • Add ability to specify the CycloneDX output spec version using the output
    management command and providing the cyclonedx:VERSION syntax as format value. aboutcode-org/scancode-action#8
  • Add new compliance REST API action that list all compliance alert for a given
    project. The severity level can be provided using the
    ?fail_level={ERROR,WARNING,MISSING} parameter. #1346
  • Add new Compliance alerts panel in the project detail view. #1346

What's Changed

  • Updated the typo mistakes of documentation of ScanCode.io (#1386) by @VarshaUN in #1387
  • Add android_inspector in new extra_requires #1373 by @JonoYang in #1391
  • Update docs for netrc usage in Docker context #1384 by @JonoYang in #1385
  • Upgrade Django to security release 5.1.2 by @tdruez in #1410
  • Remove the sleep time in the context of testing poll_run_url_status #… by @tdruez in #1412
  • Add ability to specify the CycloneDX output spec version by @tdruez in #1413
  • Add new compliance REST API action to list compliance alerts #1346 by @tdruez in #1416
  • Base implementation if the project compliance panel view #1346 by @tdruez in #1417

New Contributors

Full Changelog: v34.8.1...v34.8.2