forked from aquasecurity/trivy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
89 lines (84 loc) · 2.89 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
site_name: Trivy
site_url: https://aquasecurity.github.io/trivy/
site_description: A Simple and Comprehensive Vulnerability Scanner for Containers and other Artifacts, Suitable for CI
docs_dir: docs/
repo_name: GitHub
repo_url: https://github.com/aquasecurity/trivy
edit_uri: ""
nav:
- Overview: index.md
- Installation: installation.md
- Quick Start: quickstart.md
- Scanning:
- Overview: scanning/index.md
- Image: scanning/image.md
- Filesystem: scanning/filesystem.md
- Git Repository: scanning/git-repository.md
- Advanced:
- Embed in Dockerfile: scanning/advanced/embed-in-dockerfile.md
- Unpacked container image filesystem: scanning/advanced/unpacked-filesystem.md
- OCI : scanning/advanced/oci.md
- Podman: scanning/advanced/podman.md
- Modes:
- Standalone: modes/standalone.md
- Client/Server: modes/client-server.md
- Examples:
- Overview: examples/index.md
- Vulnerability Filtering: examples/filter.md
- Report Formats: examples/report.md
- Vulnerability DB: examples/db.md
- Cache: examples/cache.md
- Skip Traversal of Files/Directories: examples/skip.md
- Others: examples/others.md
- Integrations:
- Overview: integrations/index.md
- GitHub Actions: integrations/github-actions.md
- CircleCI: integrations/circleci.md
- Travis CI: integrations/travis-ci.md
- GitLab CI: integrations/gitlab-ci.md
- AWS CodePipeline: integrations/aws-codepipeline.md
- AWS Security Hub: integrations/aws-security-hub.md
- Private Docker Registries:
- Overview: private-registries/index.md
- Docker Hub: private-registries/docker-hub.md
- AWS ECR (Elastic Container Registry): private-registries/ecr.md
- GCR (Google Container Registry): private-registries/gcr.md
- Self-Hosted: private-registries/self.md
- Vulnerability Detection:
- Overview: vuln-detection/index.md
- OS Packages: vuln-detection/os.md
- Application Dependencies: vuln-detection/library.md
- Supported Image TAR Format: vuln-detection/image-tar-format.md
- Data Sources: vuln-detection/data-source.md
- Usage:
- Overview: usage/index.md
- Image: usage/image.md
- Filesystem: usage/fs.md
- Repository: usage/repo.md
- Client: usage/client.md
- Server: usage/server.md
- Plugins: plugins.md
- Air-Gapped Environment: air-gap.md
- Comparison with Other Scanners: comparison.md
- Further Reading: further.md
- FAQ: faq.md
- Maintainer:
- Help Wanted: contrib/help-wanted.md
- Triage: contrib/triage.md
- Credits: credit.md
theme:
name: material
language: 'en'
logo: imgs/logo-white.svg
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- admonition
extra:
generator: false
version:
method: mike
provider: mike
plugins:
- search
- macros