Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Latest commit

 

History

History
80 lines (47 loc) · 2.01 KB

CHANGELOG.md

File metadata and controls

80 lines (47 loc) · 2.01 KB

Change Log

[1.0.22] - 2024-10-13

Fixed

  • Fixed an issue where an error log wasn't triggered on extension activation failure
  • Fixed an issue where trailing slashes on Prisma URl configuration caused scan issues
  • Fixed an issue where clicking fix on an SCA finding showed the wrong message

[1.0.21] - 2024-09-15

Added

  • Added validations to user input in the configuration screen
  • Added a Run full scan and Test connection buttons in the extension sidebar

Fixed

  • Fixed an issue where the excluded files warning notification appeared incorrectly
  • Fixed an issue where findings were duplicated when running Checkov using Docker on Windows
  • Fixed an issue where findings didn't appear inline when running Checkov using Docker on Windows

[1.0.20] - 2024-09-08

Fixed

  • Fixed an issue where standalone files couldn't be scanned
  • Fixed an issue where opening issues from the Prisma Cloud side panel didn't work

[1.0.19] - 2024-08-29

Added

  • Added the following data to Prisma Cloud analytics

    • Extension version
    • VS Code version
    • Operating system
    • Checkov version

Fixed

  • Fixed installation issues with pip when using externally managed python installation
  • Fixed various crashes

[1.0.16] - 2024-07-11

Added

  • Add support for proxy configuration on VScode

Fixed

  • Resolving a problem where missing an opening slash on Windows on Docker scan.

[1.0.15] - 2024-06-20

Added

  • Show SAST Weaknesses only in case the customer is supporting this module, and it's running on Mac.
  • Split authentication into it's own service

Fixed

  • Resolving a problem where clicking on some of the found issues doesn't open the detail sections
  • Resolving a problem where scanning a single file through Windows does not initiate a scan.

[1.0.14] - 2024-05-27

Added

  • Implement new extension configurations.
  • Enhance error logging.
  • Enhance management of extension configurations.

Fixed

  • Suppressing SCA vulnerabilities on Windows was not functioning.