Skip to content

Commit

Permalink
Update ASEScanServiceProvider.java
Browse files Browse the repository at this point in the history
Enhance the Pipeline UI to include the option for providing a description and contact when creating a Job.
  • Loading branch information
vishalhcl-5960 committed Oct 10, 2023
1 parent e6b2596 commit eb1a34d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ private Map<String,String> getcreateJobParams(Map<String,String> properties) {
apiParams.put("applicationId",properties.get("application"));
apiParams.put("name", properties.get("ScanName"));
apiParams.put("templateId", properties.get("templateId"));
apiParams.put("description", properties.get("description"));
apiParams.put("contact", properties.get("contact"));
return apiParams;
}

Expand Down

0 comments on commit eb1a34d

Please sign in to comment.