Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 677 Bytes

File metadata and controls

20 lines (17 loc) · 677 Bytes

[1.0.0] - 2025-03-13

Added

  • Initial release of the SDK
  • Basic client implementation with authentication
  • Asset scanning functionality
  • Support for different scan types
  • Configurable logging (console and file)

[1.0.1] - 2025-03-16

Fixed

  • Error in running the package due to wrong minimum python versions. (Bumped to 3.10+ from 3.8+)

[1.0.2] - 2025-03-19

Added

  • Support for running multiple scan types in a single request
  • Updated trigger_scan method to accept either a single ScanType or a list of ScanType values

Updated

  • Documentation to reflect new multi-scan capabilities
  • Example code to demonstrate how to trigger multiple scan types