Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.21 KB

File metadata and controls

20 lines (16 loc) · 1.21 KB

Changelog for VeracodeCommunitySCA

v1.0.0

  • Initial Release

v1.1.0

  • 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.

v1.2.0

  • Added support for junitparser 2.0.0 (fixes breaking change)
  • Removed hardcoded python package configuration from scascan.ts
  • Added tox tests for Python

v1.0.10

  • 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