We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6da7c8b commit a368595Copy full SHA for a368595
src/main/oss/CxManifestStatus.ts
@@ -1,5 +1,5 @@
1
export enum CxManifestStatus {
2
malicious = "Malicious",
3
- ok = "Ok",
+ ok = "OK",
4
unknown = "Unknown"
5
}
0 commit comments