Breaking changes
Support for Python 3.7 has been dropped.
What's Changed
- Add Python 3.13 support; drop Python 3.7 support by @MarshalX in #255
- Add support for Swift Package Manager in SCA by @MarshalX in #257
- Implement NuGet restore support for SCA by @naftalicy in #252
- Implement NPM restore support for SCA by @naftalicy in #254
- Implement Go restore support for SCA by @naftalicy in #256, #266
- Implement SBT restore support for SCA by @naftalicy in #259
- Increase default sync scans timeout; make sync scan timeout configurable via env var by @MarshalX in #267
- Update README about pre-commit hook by @MarshalX in #260
- Fix SBOM report creation by @MarshalX in #258
- Fix generating and uploading attestations to PyPI by @MarshalX in #261
New Contributors
- @naftalicy made their first contribution in #252
Full Changelog: v1.11.0...v2.0.0