Skip to content

Commit 42b41a1

Browse files
committed
Adding a new codewhispererCodeScanScope allowedValues
1 parent 2ecf7be commit 42b41a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,8 @@
542542
"type": "string",
543543
"description": "The scope of the security scan being performed",
544544
"allowedValues": [
545-
"FILE",
545+
"FILE_AUTO",
546+
"FILE_ON_DEMAND",
546547
"PROJECT"
547548
]
548549
},

0 commit comments

Comments
 (0)