v34.8.2
Changelog
- Add
android_analysis
toextra_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 thecyclonedx: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