Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
Signed-off-by: sandra <[email protected]>
  • Loading branch information
Dindihub authored and chalin committed Oct 3, 2024
1 parent 26c15fa commit 22c53ac
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 42 deletions.
6 changes: 3 additions & 3 deletions assets/scss/_csp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
// Homepage: it will need to be updated when the hero image is changed.

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

@media only screen and (min-width:1200px) {
@media only screen and (min-width: 1200px) {
#td-cover-block-0 {
background-image: url(/featured-background_hu16056391159218873026.jpg)
background-image: url(/featured-background_hu16056391159218873026.jpg);
}
}
78 changes: 39 additions & 39 deletions data/adoptions.yaml
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
main:
- url: https://docs.automotivelinux.org/en/pike/#03_Architecture_Guides/02_Security_Blueprint/09_Update_%28Over_The_Air%29/
tag: AGL
- url: https://github.com/bottlerocket-os/bottlerocket/tree/develop/sources/updater
tag: Bottlerocket
- url: https://github.com/cnabio/cnab-spec/blob/cnab-security-1.0.0-ga/300-CNAB-security.md
tag: CNAB
- url: https://www.datadoghq.com/blog/engineering/secure-publication-of-datadog-agent-integrations-with-tuf-and-in-toto
tag: Datadog
- url: https://blog.fleetdm.com/fleet-3-10-0-released-with-agent-auto-updates-beta-f4dd61be001d
tag: fleetdm
- url: https://foundries.io/insights/blog/2018/05/25/ota-part-1/
tag: foundriesio
- url: https://fuchsia.dev/fuchsia-src/concepts/system/software_update_system
tag: Fuchsia
- url: https://www.here.com/company/press-releases/en/2019-28-05
tag: HERE
- url: https://goharbor.io/docs/2.0.0/working-with-projects/project-configuration/implementing-content-trust/
tag: Harbor
- url: https://github.com/kolide/updater
tag: Kolide
- url: https://github.com/theupdateframework/notary
tag: Notary
- url: https://github.com/sigstore/root-signing
tag: sigstore
- url: https://trdl.dev/
tag: trdl
- url: https://docs.automotivelinux.org/en/pike/#03_Architecture_Guides/02_Security_Blueprint/09_Update_%28Over_The_Air%29/
tag: AGL
- url: https://github.com/bottlerocket-os/bottlerocket/tree/develop/sources/updater
tag: Bottlerocket
- url: https://github.com/cnabio/cnab-spec/blob/cnab-security-1.0.0-ga/300-CNAB-security.md
tag: CNAB
- url: https://www.datadoghq.com/blog/engineering/secure-publication-of-datadog-agent-integrations-with-tuf-and-in-toto
tag: Datadog
- url: https://blog.fleetdm.com/fleet-3-10-0-released-with-agent-auto-updates-beta-f4dd61be001d
tag: fleetdm
- url: https://foundries.io/insights/blog/2018/05/25/ota-part-1/
tag: foundriesio
- url: https://fuchsia.dev/fuchsia-src/concepts/system/software_update_system
tag: Fuchsia
- url: https://www.here.com/company/press-releases/en/2019-28-05
tag: HERE
- url: https://goharbor.io/docs/2.0.0/working-with-projects/project-configuration/implementing-content-trust/
tag: Harbor
- url: https://github.com/kolide/updater
tag: Kolide
- url: https://github.com/theupdateframework/notary
tag: Notary
- url: https://github.com/sigstore/root-signing
tag: sigstore
- url: https://trdl.dev/
tag: trdl

ongoing:
- url: https://www.docker.com/blog/signing-docker-official-images-using-openpubkey/
tag: Docker
- url: https://www.well-typed.com/blog/2015/04/improving-hackage-security
tag: Haskell
alt: Haskell Industrial Group
- url: https://mamba.readthedocs.io/en/latest/advanced_usage/artifacts_verification.html
tag: mamba
- url: https://opam.ocaml.org/blog/Signing-the-opam-repository
tag: OPAM
- url: https://github.com/php-tuf/php-tuf
tag: PHP
- url: https://www.python.org/dev/peps/pep-0458/
tag: PyPI
- url: https://www.docker.com/blog/signing-docker-official-images-using-openpubkey/
tag: Docker
- url: https://www.well-typed.com/blog/2015/04/improving-hackage-security
tag: Haskell
alt: Haskell Industrial Group
- url: https://mamba.readthedocs.io/en/latest/advanced_usage/artifacts_verification.html
tag: mamba
- url: https://opam.ocaml.org/blog/Signing-the-opam-repository
tag: OPAM
- url: https://github.com/php-tuf/php-tuf
tag: PHP
- url: https://www.python.org/dev/peps/pep-0458/
tag: PyPI

0 comments on commit 22c53ac

Please sign in to comment.