Skip to content

Commit 9dd4ae0

Browse files
committed
add more upstream services and lint
1 parent 189d048 commit 9dd4ae0

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

carbon.txt

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
[org]
22
disclosures = [
3-
{ doc_type='sustainability-page', url='https://torchbox.com/sustainability-policy/', domain='torchbox.com' },
4-
{ doc_type='annual-report', url='https://torchbox.com/about/impact-report-2024/#sustainability', domain='torchbox.com' },
5-
{ doc_type='annual-report', url='https://torchbox.com/about/impact-report-2023/#sustainability', domain='torchbox.com' },
6-
{ doc_type='web-page', url='https://torchbox.com/news/announcing-our-digital-emissions-methodologies/', domain='torchbox.com' }
3+
{ doc_type="sustainability-page", url="https://torchbox.com/sustainability-policy/", domain="torchbox.com" },
4+
{ doc_type="annual-report", url="https://torchbox.com/about/impact-report-2024/#sustainability", domain="torchbox.com" },
5+
{ doc_type="annual-report", url="https://torchbox.com/about/impact-report-2023/#sustainability", domain="torchbox.com" },
6+
{ doc_type="web-page", url="https://torchbox.com/news/announcing-our-digital-emissions-methodologies/", domain="torchbox.com" }
77
]
88

99
[upstream]
1010
services = [
11-
{ domain='cloudflare.com', service_type='content-delivery-network' }
12-
]
11+
{ domain="cloudflare.com", service_type="content-delivery-network" },
12+
{ domain="heroku.com", service_type=["platform-as-a-service", "database","cache"] },
13+
{ domain="aws.amazon.com", service_type="object-storage" },
14+
{ domain="github.com", service_type="ci-cd" }
15+
]

0 commit comments

Comments
 (0)