Skip to content

Commit

Permalink
personal scan support in Jenkins plugin (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalhcl-5960 authored Apr 3, 2024
1 parent 2fdfd83 commit 0773b13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/com/hcl/appscan/sdk/CoreConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ public interface CoreConstants {

String APP_ID = "AppId"; //$NON-NLS-1$
String EMAIL_NOTIFICATION = "EnableMailNotification"; //$NON-NLS-1$
String PERSONAL_SCAN = "Personal"; //$NON-NLS-1$

String FILE_ID = "FileId"; //$NON-NLS-1$
String FILE_TO_UPLOAD = "fileToUpload"; //$NON-NLS-1$
String UPLOADED_FILE = "uploadedFile"; //$NON-NLS-1$
Expand Down

0 comments on commit 0773b13

Please sign in to comment.