Skip to content

Commit bb87075

Browse files
sdarq backend allow longer slack channels for cis and zap scans (#606)
* Bump http-proxy-middleware from 2.0.6 to 2.0.9 in /sdarq/frontend Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.6 to 2.0.9. - [Release notes](https://github.com/chimurai/http-proxy-middleware/releases) - [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.9/CHANGELOG.md) - [Commits](chimurai/http-proxy-middleware@v2.0.6...v2.0.9) --- updated-dependencies: - dependency-name: http-proxy-middleware dependency-version: 2.0.9 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * sdarq allow longer slack channels for cis and zap scans * sdarq allow longer slack channels for cis and zap scans --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b3b630b commit bb87075

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

sdarq/backend/src/schemas/cis_scan_schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"slack_channel": {
1515
"type": "string",
16-
"pattern": "^[a-z0-9-_]{1}[a-z0-9-_]{0,20}$"
16+
"pattern": "^[a-z0-9-_]{1}[a-z0-9-_]{0,40}$"
1717
}
1818
},
1919
"required": ["project_id"]

sdarq/backend/src/schemas/zap_scan_schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"slack_channel": {
99
"type": "string",
10-
"pattern": "^[a-z0-9-_]{1}[a-z0-9-_]{0,20}$"
10+
"pattern": "^[a-z0-9-_]{1}[a-z0-9-_]{0,40}$"
1111
}
1212
},
1313
"required": ["URL", "slack_channel"]

sdarq/frontend/package-lock.json

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)