Skip to content

Commit ae1b51d

Browse files
committed
fix format
Signed-off-by: sandra <sadindi03@gmail.com>
1 parent 0a0df48 commit ae1b51d

File tree

2 files changed

+42
-42
lines changed

2 files changed

+42
-42
lines changed

assets/scss/_csp.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
// Homepage: it will need to be updated when the hero image is changed.
1414

1515
#td-cover-block-0 {
16-
background-image: url(/featured-background_hu18408291696259244493.jpg)
16+
background-image: url(/featured-background_hu18408291696259244493.jpg);
1717
}
1818

19-
@media only screen and (min-width:1200px) {
19+
@media only screen and (min-width: 1200px) {
2020
#td-cover-block-0 {
21-
background-image: url(/featured-background_hu16056391159218873026.jpg)
21+
background-image: url(/featured-background_hu16056391159218873026.jpg);
2222
}
2323
}

data/adoptions.yaml

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
main:
2-
- url: https://docs.automotivelinux.org/en/pike/#03_Architecture_Guides/02_Security_Blueprint/09_Update_%28Over_The_Air%29/
3-
tag: AGL
4-
- url: https://github.com/bottlerocket-os/bottlerocket/tree/develop/sources/updater
5-
tag: Bottlerocket
6-
- url: https://github.com/cnabio/cnab-spec/blob/cnab-security-1.0.0-ga/300-CNAB-security.md
7-
tag: CNAB
8-
- url: https://www.datadoghq.com/blog/engineering/secure-publication-of-datadog-agent-integrations-with-tuf-and-in-toto
9-
tag: Datadog
10-
- url: https://blog.fleetdm.com/fleet-3-10-0-released-with-agent-auto-updates-beta-f4dd61be001d
11-
tag: fleetdm
12-
- url: https://foundries.io/insights/blog/2018/05/25/ota-part-1/
13-
tag: foundriesio
14-
- url: https://fuchsia.dev/fuchsia-src/concepts/system/software_update_system
15-
tag: Fuchsia
16-
- url: https://www.here.com/company/press-releases/en/2019-28-05
17-
tag: HERE
18-
- url: https://goharbor.io/docs/2.0.0/working-with-projects/project-configuration/implementing-content-trust/
19-
tag: Harbor
20-
- url: https://github.com/kolide/updater
21-
tag: Kolide
22-
- url: https://github.com/theupdateframework/notary
23-
tag: Notary
24-
- url: https://github.com/sigstore/root-signing
25-
tag: sigstore
26-
- url: https://trdl.dev/
27-
tag: trdl
2+
- url: https://docs.automotivelinux.org/en/pike/#03_Architecture_Guides/02_Security_Blueprint/09_Update_%28Over_The_Air%29/
3+
tag: AGL
4+
- url: https://github.com/bottlerocket-os/bottlerocket/tree/develop/sources/updater
5+
tag: Bottlerocket
6+
- url: https://github.com/cnabio/cnab-spec/blob/cnab-security-1.0.0-ga/300-CNAB-security.md
7+
tag: CNAB
8+
- url: https://www.datadoghq.com/blog/engineering/secure-publication-of-datadog-agent-integrations-with-tuf-and-in-toto
9+
tag: Datadog
10+
- url: https://blog.fleetdm.com/fleet-3-10-0-released-with-agent-auto-updates-beta-f4dd61be001d
11+
tag: fleetdm
12+
- url: https://foundries.io/insights/blog/2018/05/25/ota-part-1/
13+
tag: foundriesio
14+
- url: https://fuchsia.dev/fuchsia-src/concepts/system/software_update_system
15+
tag: Fuchsia
16+
- url: https://www.here.com/company/press-releases/en/2019-28-05
17+
tag: HERE
18+
- url: https://goharbor.io/docs/2.0.0/working-with-projects/project-configuration/implementing-content-trust/
19+
tag: Harbor
20+
- url: https://github.com/kolide/updater
21+
tag: Kolide
22+
- url: https://github.com/theupdateframework/notary
23+
tag: Notary
24+
- url: https://github.com/sigstore/root-signing
25+
tag: sigstore
26+
- url: https://trdl.dev/
27+
tag: trdl
2828

2929
ongoing:
30-
- url: https://www.docker.com/blog/signing-docker-official-images-using-openpubkey/
31-
tag: Docker
32-
- url: https://www.well-typed.com/blog/2015/04/improving-hackage-security
33-
tag: Haskell
34-
alt: Haskell Industrial Group
35-
- url: https://mamba.readthedocs.io/en/latest/advanced_usage/artifacts_verification.html
36-
tag: mamba
37-
- url: https://opam.ocaml.org/blog/Signing-the-opam-repository
38-
tag: OPAM
39-
- url: https://github.com/php-tuf/php-tuf
40-
tag: PHP
41-
- url: https://www.python.org/dev/peps/pep-0458/
42-
tag: PyPI
30+
- url: https://www.docker.com/blog/signing-docker-official-images-using-openpubkey/
31+
tag: Docker
32+
- url: https://www.well-typed.com/blog/2015/04/improving-hackage-security
33+
tag: Haskell
34+
alt: Haskell Industrial Group
35+
- url: https://mamba.readthedocs.io/en/latest/advanced_usage/artifacts_verification.html
36+
tag: mamba
37+
- url: https://opam.ocaml.org/blog/Signing-the-opam-repository
38+
tag: OPAM
39+
- url: https://github.com/php-tuf/php-tuf
40+
tag: PHP
41+
- url: https://www.python.org/dev/peps/pep-0458/
42+
tag: PyPI

0 commit comments

Comments
 (0)