We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbae0c8 commit 2f43b58Copy full SHA for 2f43b58
src/main/oss/CxManifestStatus.ts
@@ -1,5 +1,5 @@
1
export enum CxManifestStatus {
2
- MALICIOUS = 'malicious',
3
- UNKNOWN = 'unknown',
4
- OK = 'ok'
5
-}
+ malicious = "malicious",
+ ok = "ok",
+ unknown = "unknown"
+}
0 commit comments