Skip to content

Commit 019c285

Browse files
authored
[WEB-8990] Migrate guarddog and supply_chain_firewall dashboard logos off imgix (DataDog#23605)
* Migrate guarddog and supply_chain_firewall dashboard logos off imgix Replace datadog-securitylabs.imgix.net logo URLs with canonical DRUID paths on static.datadoghq.com as part of the Imgix CDN migration (WEB-8990). * add dark_theme
1 parent 996b3d5 commit 019c285

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

guarddog/assets/dashboards/guarddog_rules_overview.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"id": 5827532687075026,
77
"definition": {
88
"type": "image",
9-
"url": "https://datadog-securitylabs.imgix.net/img/guarddog-2-0-release/logo.png?auto=format",
10-
"url_dark_theme": "https://datadog-securitylabs.imgix.net/img/guarddog-2-0-release/logo.png?auto=format",
9+
"url": "https://static.datadoghq.com/static/images/logos/guarddog_large.svg",
10+
"url_dark_theme": "https://static.datadoghq.com/static/images/logos/guarddog_reversed_large.svg",
1111
"sizing": "contain",
1212
"has_background": false,
1313
"has_border": false,

guarddog/assets/dashboards/guarddog_scan_and_ecosystem_overview.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"id": 2918516675459237,
77
"definition": {
88
"type": "image",
9-
"url": "https://datadog-securitylabs.imgix.net/img/guarddog-2-0-release/logo.png?auto=format",
10-
"url_dark_theme": "https://datadog-securitylabs.imgix.net/img/guarddog-2-0-release/logo.png?auto=format",
9+
"url": "https://static.datadoghq.com/static/images/logos/guarddog_large.svg",
10+
"url_dark_theme": "https://static.datadoghq.com/static/images/logos/guarddog_reversed_large.svg",
1111
"sizing": "contain",
1212
"has_background": false,
1313
"has_border": false,

supply_chain_firewall/assets/dashboards/supply_chain_firewall_events.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"id": 3929729493655156,
77
"definition": {
88
"type": "image",
9-
"url": "https://datadog-securitylabs.imgix.net/img/introducing-supply-chain-firewall/logo.png",
10-
"url_dark_theme": "https://datadog-securitylabs.imgix.net/img/introducing-supply-chain-firewall/logo.png",
9+
"url": "https://static.datadoghq.com/static/images/logos/supply-chain-firewall_large.svg",
10+
"url_dark_theme": "https://static.datadoghq.com/static/images/logos/supply-chain-firewall_reversed_large.svg",
1111
"sizing": "contain",
1212
"has_background": false,
1313
"has_border": false,

0 commit comments

Comments
 (0)