-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* plug1316 * version * tool tip * plug-286 * format changes * chages for PLUG-1142 chages for PLUG-1142 * Support for Project Level Custom Fields * added tooltip for project level custom field * Updated OSA logs * Special Character fix * removed unwanted code changes * jira1411 * Sca scan * 1160 * policyenforcement * changes * Changes for PLUG_1184 and PLUG_1399 * Tooltips for exception on threshold error field * Warning message fix * Project level custom fields * Updated tooltip of enable Project Policy Enforcement * pom file and version changes * Removed Unwanted code changes regarding Project custom tags * SCA Scan Timeout InMinutes * Fixes for QA issues * version update * Fixing cosmetic and minor issues raised by QA --------- Co-authored-by: Khant1000 <[email protected]> Co-authored-by: PravinGadankush <[email protected]> Co-authored-by: Swati Awate <[email protected]>
- Loading branch information
1 parent
df458db
commit eebebe5
Showing
15 changed files
with
259 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
186 changes: 167 additions & 19 deletions
186
src/main/java/com/checkmarx/jenkins/CxScanBuilder.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 2 additions & 4 deletions
6
...in/resources/com/checkmarx/jenkins/CxScanBuilder/help-enableProjectPolicyEnforcement.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
<div> | ||
Mark the build as failed or unstable if the project's policy is violated.<br> | ||
Mark the build as failed or unstable if the project's policy is violated.<br> | ||
Note:<br> | ||
Assigning a policy to a project is done from within CxSAST<br> | ||
|
||
</div> | ||
For SAST scan Mno is required, by default it is not supported in 9.6 SAST server. |
3 changes: 3 additions & 0 deletions
3
...resources/com/checkmarx/jenkins/CxScanBuilder/help-enableProjectPolicyEnforcementSCA.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Mark the build as failed or unstable if the project's policy is violated.<br> | ||
Note:<br> | ||
Assigning a policy to a project is done from within CxSCA<br> |
4 changes: 4 additions & 0 deletions
4
src/main/resources/com/checkmarx/jenkins/CxScanBuilder/help-exceptionOnThresholdError.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<div> | ||
Choose if build should throw "Threshold exceeded" exception and stop the scan in case when result of scan vulnerabilities exceeds threshold. | ||
Default is False. | ||
</div> |
4 changes: 4 additions & 0 deletions
4
...n/resources/com/checkmarx/jenkins/CxScanBuilder/help-exceptionOnThresholdErrorGlobal.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<div> | ||
Choose if build should throw "Threshold exceeded" exception and stop the scan in case when result of scan vulnerabilities exceeds threshold. | ||
Default is False. | ||
</div> |
3 changes: 3 additions & 0 deletions
3
src/main/resources/com/checkmarx/jenkins/CxScanBuilder/help-projectLevelCustomFields.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<div> | ||
Add project level custom fields and its value. Example: field1:value1,field2:value2.(Note that the feature works with 9.4 version SAST onwards.) | ||
</div> |
3 changes: 3 additions & 0 deletions
3
src/main/resources/com/checkmarx/jenkins/CxScanBuilder/help-scaProjectCustomTags.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<div> | ||
A project tag is a key:value pair, and multiple tags can be seperated using comma(,).(E.g: a:b, c:d) | ||
</div> |
3 changes: 3 additions & 0 deletions
3
src/main/resources/com/checkmarx/jenkins/CxScanBuilder/help-scaScanCustomTags.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<div> | ||
A scan tag is a key:value pair, and multiple tags can be seperated using comma(,).(E.g: a:b, c:d) | ||
</div> |