Closed AlessandroLollo closed 2 years ago
This PR introduces:
SodaConfiguration
SodaConfigurationException
SodaScanRunException
The SodaCloudCredentials block has been removed, since we assume they will be provided as part of the configuration, as stated in official docs.
SodaCloudCredentials
Summary
This PR introduces:
SodaConfiguration
block, which will be used to manage the configuration to be used when running scans.SodaConfigurationException
which will be raised in case of errors with theSodaConfiguration
block.SodaScanRunException
which will be raise in case of errors during scan execution.The
SodaCloudCredentials
block has been removed, since we assume they will be provided as part of the configuration, as stated in official docs.