Skip to content

Commit 25c39e2

Browse files
author
Arya Girish K
committed
fix: Updated crn pattern
1 parent 0b2d117 commit 25c39e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibm_catalog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@
259259
{
260260
"type": "regex",
261261
"description": "The value provided for 'instance_crn' is not valid.",
262-
"value": "^crn:(.*:){3}sysdig-monitor:(.*:){2}[0-9a-fA-F]{8}(?:-[0-9a-fA-F]{4}){3}-[0-9a-fA-F]{12}::$"
262+
"value": "^crn:(.*:){3}(sysdig-monitor|sysdig-secure):(.*:){2}[0-9a-fA-F]{8}(?:-[0-9a-fA-F]{4}){3}-[0-9a-fA-F]{12}::$"
263263
}
264264
]
265265
},

0 commit comments

Comments
 (0)