forked from sse-secure-systems/connaisseur
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
117 lines (108 loc) · 3.32 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# Project information
site_name: CONNAISSEUR - Verify Container Image Signatures in Kubernetes
site_url: https://sse-secure-systems.github.io/connaisseur/
site_description: >-
Admission controller for Kubernetes integrating container image
signature verification and trust pinning into a cluster to
ensure that only valid images are being deployed - simple,
flexible, secure.
# Repository
repo_name: sse-secure-systems/connaisseur
repo_url: https://github.com/sse-secure-systems/connaisseur
edit_uri: ""
# Company
copyright: <a href="https://securesystems.de">Secure Systems Engineering GmbH</a>
# Configuration
theme:
language: en
name: material
custom_dir: docs/overrides
palette:
primary: blue
font:
text: Roboto
code: Roboto Mono
logo: 'assets/logo.svg'
favicon: 'assets/favicon.svg'
features:
- navigation.top
# Extensions
markdown_extensions:
- admonition
- codehilite
- footnotes
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.tabbed
- pymdownx.superfences
- toc:
permalink: ⚓︎
# Plugins
# Customization
extra:
version:
provider: mike
social:
- icon: fontawesome/brands/github
link: https://github.com/sse-secure-systems
name: SSE on GitHub
- icon: fontawesome/brands/docker
link: https://hub.docker.com/r/securesystemsengineering/connaisseur
name: Connaisseur images on Docker Hub
- icon: fontawesome/solid/box-open
link: https://artifacthub.io/packages/helm/connaisseur/connaisseur
name: Connaisseur helm chart on Artifact Hub
- icon: fontawesome/brands/medium
link: https://medium.com/sse-blog
name: SSE on Medium
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/channel/UCReAmr98RzwYZeWG6CAwOhg
name: SSE on YouTube
- icon: fontawesome/brands/twitter
link: https://twitter.com/sse_gmbh
name: SSE on Twitter
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/sse-secure-systems-engineering
name: SSE on LinkedIn
- icon: fontawesome/solid/link
link: https://www.securesystems.de/
name: SSE Website
- icon: fontawesome/solid/envelope
link: mailto:connaisseur@securesystems.dev
name: Email contact
# Page tree
nav:
- Overview: README.md
- getting_started.md
- Usage:
- basics.md
- Validators:
- validators/README.md
- validators/notaryv1.md
- validators/sigstore_cosign.md
- validators/notaryv2.md
- Features:
- features/README.md
- features/metrics.md
- features/alerting.md
- features/detection_mode.md
- features/namespaced_validation.md
- features/automatic_child_approval.md
- Security:
- threat_model.md
- SECURITY.md
- Development:
- CONTRIBUTING.md
- RELEASING.md
- ADRs:
- adr/README.md
- adr/ADR-1_bootstrap-sentinel.md
- adr/ADR-2_release-management.md
- adr/ADR-3_multi_notary_config.md
- adr/ADR-4_modular.md
- adr/ADR-5_no-more-bootstrap.md
- adr/ADR-6_dynamic-config.md
- adr/ADR-7_wsgi-server.md
- Releases ⧉: https://github.com/sse-secure-systems/connaisseur/releases
- Support ⧉: https://github.com/sse-secure-systems/connaisseur/discussions