Skip to content

Commit 4542334

Browse files
rename blackduckScaAutomationPrComment to blackduckScaPrCommentEnabled
1 parent 97e793a commit 4542334

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

blackduck-security-task/dist/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ exports.BLACKDUCKSCA_SCAN_FAILURE_SEVERITIES_KEY_CLASSIC_EDITOR = "blackduckScaS
160160
*/
161161
exports.BLACKDUCK_PRCOMMENT_ENABLED_KEY = "blackduck_prComment_enabled";
162162
exports.BLACKDUCKSCA_PRCOMMENT_ENABLED_KEY = "blackducksca_prComment_enabled";
163-
exports.BLACKDUCKSCA_PRCOMMENT_ENABLED_KEY_CLASSIC_EDITOR = "blackduckScaAutomationPrComment";
163+
exports.BLACKDUCKSCA_PRCOMMENT_ENABLED_KEY_CLASSIC_EDITOR = "blackduckScaPrCommentEnabled";
164164
/**
165165
* @deprecated Use blackducksca_fixpr_enabled instead. This can be removed in future release.
166166
*/

blackduck-security-task/dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

blackduck-security-task/src/blackduck-security-task/application-constant.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ export const BLACKDUCK_PRCOMMENT_ENABLED_KEY = "blackduck_prComment_enabled";
225225
export const BLACKDUCKSCA_PRCOMMENT_ENABLED_KEY =
226226
"blackducksca_prComment_enabled";
227227
export const BLACKDUCKSCA_PRCOMMENT_ENABLED_KEY_CLASSIC_EDITOR =
228-
"blackduckScaAutomationPrComment";
228+
"blackduckScaPrCommentEnabled";
229229
/**
230230
* @deprecated Use blackducksca_fixpr_enabled instead. This can be removed in future release.
231231
*/

blackduck-security-task/task.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@
789789
"groupName": "scanConfiguration"
790790
},
791791
{
792-
"name": "blackduckScaAutomationPrComment",
792+
"name": "blackduckScaPrCommentEnabled",
793793
"type": "boolean",
794794
"label": "Add Comments to Pull Requests",
795795
"defaultValue": false,

0 commit comments

Comments
 (0)