File tree Expand file tree Collapse file tree 5 files changed +36
-4
lines changed Expand file tree Collapse file tree 5 files changed +36
-4
lines changed Original file line number Diff line number Diff line change 30
30
import pkgutil
31
31
import importlib
32
32
33
- __version__ = "2.5.7 "
33
+ __version__ = "2.5.8 "
34
34
35
35
36
36
def show_help (commands ):
Original file line number Diff line number Diff line change 11
11
# Note the `name` is referenced in ./web/style.json which then references an
12
12
# image file in ./web/icons/logos/ for these vendors to display in the
13
13
# web-of-trust view.
14
+ #
15
+ # Some of these were found originally from https://github.com/dagrz/aws_pwn/blob/master/miscellanea/integrations.txt
14
16
15
17
- name : Cloudhealth
16
18
source : ' https://github.com/mozilla/security/blob/master/operations/cloudformation-templates/cloudhealth_iam_role.json'
67
69
type : ' aws'
68
70
source : ' https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/billing-getting-started.html#step-2'
69
71
accounts : ['386209384616']
70
-
71
- # The following are from https://github.com/dagrz/aws_pwn/blob/master/miscellanea/integrations.txt and still need logos
72
72
- name : ' dome9'
73
73
source : ' http://support.dome9.com/knowledgebase/articles/796419-convert-dome9-aws-account-connection-from-iam-user'
74
74
accounts : ['634729597623']
148
148
Source : ' https://onelogin.service-now.com/kb_view_customer.do?sysparm_article=KB0010344'
149
149
- name : ' nOps'
150
150
accounts : ['202279780353']
151
- source : ' https://help.nops.io/manual_setup'
151
+ source : ' https://help.nops.io/manual_setup'
152
+ - name : ' Fivetran'
153
+ source : ' https://fivetran.com/docs/logs/cloudwatch/setup-guide'
154
+ accounts : ['834469178297']
155
+ - name : ' Databricks'
156
+ source : ' https://docs.databricks.com/administration-guide/account-settings/aws-accounts.html'
157
+ accounts : ['414351767826']
Original file line number Diff line number Diff line change 745
745
"height" : 100
746
746
}
747
747
},
748
+ {
749
+ "selector" : " [type = \" Fivetran\" ]" ,
750
+
751
+ "css" : {
752
+ "label" : " " ,
753
+ "background-opacity" : 0 ,
754
+ "background-image" : " ./icons/logos/fivetran.png" ,
755
+ "background-fit" : " contain" ,
756
+ "background-clip" : " none" ,
757
+ "width" : 150 ,
758
+ "height" : 100
759
+ }
760
+ },
761
+ {
762
+ "selector" : " [type = \" Databricks\" ]" ,
763
+
764
+ "css" : {
765
+ "label" : " " ,
766
+ "background-opacity" : 0 ,
767
+ "background-image" : " ./icons/logos/databricks.png" ,
768
+ "background-fit" : " contain" ,
769
+ "background-clip" : " none" ,
770
+ "width" : 150 ,
771
+ "height" : 100
772
+ }
773
+ },
748
774
{
749
775
"selector" : " [type = \" Lacework\" ]" ,
750
776
You can’t perform that action at this time.
0 commit comments