- Initial Release
- Removed scanner installation functionality. We now run the SRCCLR CI script from https://download.sourceclear.com/ci.sh. This will ensure we are always running the latest version of the SRCCLR scanner when using a local Azure DevOps Agent and will preclude us from needing root permissions to install the scanner.
- Added the --recursive directive so that url and directory scans provide better coverage when applications use multiple package managers.
- Set the CACHE_DIR to Agent.TempDirectory. CACHE_DIR is a feature for SCA to direct where the SCA scanner is downloaded to. The Agent.TempDirectory is cleaned out after every job, which is useful for users leveraging a local Azure DevOps agent and disk space fills up (default was /tmp).
- Improved error handling for python tasks.
- Added support for junitparser 2.0.0 (fixes breaking change)
- Removed hardcoded python package configuration from scascan.ts
- Added tox tests for Python
- Align changelog version scheme with Azure DevOps Marketplace
- Version up all npm and python package dependencies
- Explicitly set catch variables to any, which was the default typescript <= 4.3