Skip to content

Commit

Permalink
Merge pull request duo-labs#464 from bridgecrewio/add-nops-vendor-acc…
Browse files Browse the repository at this point in the history
…ount

Add nOps vendor account to web of trust
  • Loading branch information
0xdabbad00 authored Jul 14, 2019
2 parents ba3588e + 4021ef2 commit 05bdc7d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vendor_accounts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,6 @@
- name: 'Onelogin'
accounts: ['842984801698']
Source: 'https://onelogin.service-now.com/kb_view_customer.do?sysparm_article=KB0010344'

- name: 'nOps'
accounts: ['202279780353']
source: 'https://help.nops.io/manual_setup'
Binary file added web/icons/logos/nops.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions web/style.json
Original file line number Diff line number Diff line change
Expand Up @@ -732,6 +732,19 @@
"height": 100
}
},
{
"selector": "[type = \"nOps\"]",

"css": {
"label": "",
"background-opacity": 0,
"background-image": "./icons/logos/nops.png",
"background-fit": "contain",
"background-clip": "none",
"width": 150,
"height": 100
}
},
{
"selector": "[type = \"Lacework\"]",

Expand Down

0 comments on commit 05bdc7d

Please sign in to comment.