|
1 | 1 | [org] |
2 | 2 | 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" } |
7 | 7 | ] |
8 | 8 |
|
9 | 9 | [upstream] |
10 | 10 | 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