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