Added ProvidersEnum.js for front end

This commit is contained in:
VakarisZ 2020-10-01 15:18:52 +03:00
parent cf9806223e
commit 2e0d06b17a
1 changed files with 9 additions and 0 deletions

View File

@ -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'
}