forked from MaibornWolff/SecObserve
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
94 lines (88 loc) · 3.11 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
dev_addr: 127.0.0.1:9000
site_name: SecObserve
theme:
name: material
logo: assets/images/secobserve_white_icon.svg
icon:
repo: fontawesome/brands/git-alt
features:
- navigation.top
- navigation.tabs
- navigation.tabs.top
- navigation.footer
custom_dir: docs/overrides
palette:
accent: light blue
font:
text: Poppins
extra_css:
- assets/stylesheets/secobserve.css
markdown_extensions:
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- attr_list
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
repo_url: https://github.com/MaibornWolff/SecObserve
repo_name: maibornwolff/secobserve
copyright: Copyright © 2023 MaibornWolff GmbH
# Page tree
nav:
- Home: index.md
- Getting started:
- About SecObserve: getting_started/about.md
- Features: getting_started/features.md
- Architecture: getting_started/architecture.md
- Data model: getting_started/data_model.md
- Anatomy of an observation: getting_started/anatomy_of_an_observation.md
- Installation: getting_started/installation.md
- Configuration: getting_started/configuration.md
- Upgrading: getting_started/upgrading.md
- Usage:
- Import observations: usage/import_observations.md
- Assess observations: usage/assess_observations.md
- Product groups: usage/product_groups.md
- Branches and Versions: usage/branches.md
- Rule engine: usage/rule_engine.md
- Security gates: usage/security_gates.md
- Duplicates: usage/duplicates.md
- Risk acceptance expiry: usage/risk_acceptance_expiry.md
- Metrics: usage/metrics.md
- License management: usage/license_management.md
- Users, groups and permissions: usage/users_permissions.md
- Integrations:
- Overview: integrations/overview.md
- Supported scanners: integrations/supported_scanners.md
- API import: integrations/api_import.md
- GitHub actions and GitLab CI templates: integrations/github_actions_and_templates.md
- OpenID Connect: integrations/oidc_authentication.md
- Exploit Prediction Scoring System (EPSS): integrations/epss.md
- License data: integrations/license_data.md
- Source code repositories: integrations/source_code_repositories.md
- Issue trackers: integrations/issue_trackers.md
- Notifications: integrations/notifications.md
- VEX documents: integrations/vex.md
- Export of observations: integrations/observations_export.md
- CodeCharta: integrations/codecharta.md
- Links to additional information: integrations/links.md
- REST API: integrations/rest_api.md
- Development:
- Docker Compose: development/docker_compose.md