-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removed the scanType parameter #210
Conversation
If the user pipeline includes the scanType, should we add a warning to inform the customer that the scan type has been removed from the DAST parameter? |
As per the internal discussion, We will show this change in change-log file instead of showing a warning in the console output. |
* ScanType Parameter removal
* Removed the scanType parameter (#210) * ScanType Parameter removal
Removed the scanType parameter.
From the backend perspective, only stopping the addition of scanType parameter in the properties map. If we removed the scanType parameter from the DynamicAnalyzer constructor too then it will show a warning message(WARNING: Unknown parameter(s) found for class type 'com.hcl.appscan.jenkins.plugin.scanners.DynamicAnalyzer': scanType) for the older pipelines which is not a expected behavior at all.