forked from p15670423/monkey
Added ProvidersEnum.js for front end
This commit is contained in:
parent
cf9806223e
commit
2e0d06b17a
|
@ -0,0 +1,9 @@
|
||||||
|
// Should match enum in monkey/common/cloud/scoutsuite_consts.py
|
||||||
|
|
||||||
|
export const PROVIDERS = {
|
||||||
|
AWS : 'aws',
|
||||||
|
AZURE : 'azure',
|
||||||
|
GCP : 'gcp',
|
||||||
|
ALIBABA : 'aliyun',
|
||||||
|
ORACLE : 'oci'
|
||||||
|
}
|
Loading…
Reference in New Issue