Skip to content

Commit b3b630b

Browse files
authored
sdarq allow longer slack channels for cis and zap scans (#605)
1 parent 5f6287d commit b3b630b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

sdarq/frontend/src/app/cis-scan/form.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
{
5151
"type": "regex",
5252
"text": "Please enter a valid channel",
53-
"regex": "^[a-z0-9-_]{1}[a-z0-9-_]{0,20}$"
53+
"regex": "^[a-z0-9-_]{1}[a-z0-9-_]{0,40}$"
5454
}
5555
],
5656
"isRequired": true
@@ -61,4 +61,4 @@
6161
],
6262
"showCompletedPage": true,
6363
"showQuestionNumbers": "off"
64-
}
64+
}

sdarq/frontend/src/app/service-scan/form.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
{
3333
"type": "regex",
3434
"text": "Please enter a valid channel",
35-
"regex": "^[a-z0-9-_]{1}[a-z0-9-_]{0,20}$"
35+
"regex": "^[a-z0-9-_]{1}[a-z0-9-_]{0,40}$"
3636
}
3737
]
3838
}
@@ -41,4 +41,4 @@
4141
}
4242
],
4343
"showQuestionNumbers": "off"
44-
}
44+
}

0 commit comments

Comments
 (0)