Skip to content

Commit 070f535

Browse files
SP-20987 - add checkSecurityText, checkBlackAndWhiteCopy (#235)
* SP-20987 - add checkSecurityText, checkBlackAndWhiteCopy * SP-20987 - update github actions * Update p-process.yml --------- Co-authored-by: Vladislav Yakimchik <31860804+vyakimchik@users.noreply.github.com>
1 parent 3c9d018 commit 070f535

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

p-process.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,10 @@ components:
586586
type: boolean
587587
description: "This parameter is used to enable LetterScreen check"
588588
# default: false
589+
checkSecurityText:
590+
type: boolean
591+
description: "This parameter is used to enable Security text check"
592+
# default: true
589593

590594

591595
LivenessParams:
@@ -607,6 +611,10 @@ components:
607611
type: boolean
608612
description: "This parameter is used to enable Electronic device detection"
609613
# default: true
614+
checkBlackAndWhiteCopy:
615+
type: boolean
616+
description: "This parameter is used to enable Black and white copy check"
617+
# default: true
610618

611619
MeasureSystem:
612620
type: integer

0 commit comments

Comments
 (0)