Skip to content

Releases: MetLife/VeracodeCommunitySCA

v1.0.12

27 Jan 05:16
37ae6bc
Compare
Choose a tag to compare

v1.0.12

  • Fixed an issue writing test-output.xml when there are no vulnerabilities > min CVSS. Thanks to @Dean2768

v1.0.11

  • Fixed a logic bug where having no vulnerabilities > min CVSS score would not yield any output. Thanks to @aspatel-metlife
  • Created docker development environment in VS Code
  • Version up all npm and python package dependencies
  • Add python 3.10 to tox
  • Removed an unused function from parsescaresults.py
  • Ran black on parsescaresults.py

v1.0.10

07 Dec 19:00
2f5ea95
Compare
Choose a tag to compare

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

v1.1

21 Dec 21:59
8edb235
Compare
Choose a tag to compare
  • 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.

Initial

14 Nov 14:43
Compare
Choose a tag to compare

Initial