Skip to content

Commit ecc8e01

Browse files
authored
Merge pull request #596 from bridgecrewio/feature/add_cloudyn_vendor
Add Cloudyn to vendors
2 parents 50365c3 + 1454d69 commit ecc8e01

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

vendor_accounts.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,3 +161,6 @@
161161
- name: 'Threat Stack'
162162
source: 'https://threatstack.zendesk.com/hc/en-us/articles/206006626-AWS-EC2-Integration'
163163
accounts: ['896126563706']
164+
- name: 'Cloudyn'
165+
source: 'https://docs.microsoft.com/bs-latn-ba/azure/cost-management/connect-aws-account'
166+
accounts: ['432263259397']

web/icons/logos/cloudyn.png

14.1 KB
Loading

web/style.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -744,6 +744,18 @@
744744
"height": 100
745745
}
746746
},
747+
{
748+
"selector": "[type = \"Cloudyn\"]",
749+
"css": {
750+
"label": "",
751+
"background-opacity": 0,
752+
"background-image": "./icons/logos/cloudyn.png",
753+
"background-fit": "contain",
754+
"background-clip": "none",
755+
"width": 150,
756+
"height": 100
757+
}
758+
},
747759
{
748760
"selector": "[type = \"nOps\"]",
749761

0 commit comments

Comments
 (0)