We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2c979e commit 2d167daCopy full SHA for 2d167da
1 file changed
src/main/java/com/example/GitHubActionsQWas/service/QualysWASScanBuilder.java
@@ -441,8 +441,6 @@ private JsonElement getEvaluationResult(JsonObject result) {
441
442
public boolean isMandatoryParametersSet() {
443
return !(this.apiServer == null || this.apiServer.isEmpty() ||
444
- this.qualysUsername == null || this.qualysUsername.isEmpty() ||
445
- this.qualysPasssword == null || this.qualysPasssword.isEmpty() ||
446
this.webAppId == null || this.webAppId.isEmpty() ||
447
this.scanName == null || this.scanName.isEmpty() ||
448
this.scanType == null || this.scanType.isEmpty() ||
0 commit comments