2021-03-10 01:05:37 +07:00
|
|
|
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
|
2023-05-30 10:23:05 +01:00
|
|
|
edit_uri: "blob/main/docs/"
|
2021-03-10 01:05:37 +07:00
|
|
|
|
|
|
|
|
nav:
|
2022-09-15 19:27:58 +01:00
|
|
|
- Getting Started:
|
|
|
|
|
- Overview: index.md
|
2021-07-12 03:14:17 +03:00
|
|
|
- Installation: getting-started/installation.md
|
2023-06-11 08:49:29 +03:00
|
|
|
- Scanning coverage: getting-started/coverage.md
|
2023-03-08 12:23:17 +00:00
|
|
|
- FAQ: getting-started/faq.md
|
2022-09-15 19:27:58 +01:00
|
|
|
- Tutorials:
|
|
|
|
|
- Overview: tutorials/overview.md
|
|
|
|
|
- CI/CD:
|
|
|
|
|
- Overview: tutorials/integrations/index.md
|
|
|
|
|
- GitHub Actions: tutorials/integrations/github-actions.md
|
|
|
|
|
- CircleCI: tutorials/integrations/circleci.md
|
|
|
|
|
- Travis CI: tutorials/integrations/travis-ci.md
|
|
|
|
|
- GitLab CI: tutorials/integrations/gitlab-ci.md
|
|
|
|
|
- Bitbucket Pipelines: tutorials/integrations/bitbucket.md
|
|
|
|
|
- AWS CodePipeline: tutorials/integrations/aws-codepipeline.md
|
|
|
|
|
- AWS Security Hub: tutorials/integrations/aws-security-hub.md
|
|
|
|
|
- Azure: tutorials/integrations/azure-devops.md
|
|
|
|
|
- Kubernetes:
|
|
|
|
|
- Cluster Scanning: tutorials/kubernetes/cluster-scanning.md
|
|
|
|
|
- Kyverno: tutorials/kubernetes/kyverno.md
|
|
|
|
|
- GitOps: tutorials/kubernetes/gitops.md
|
2023-02-15 12:29:03 +01:00
|
|
|
- Signing:
|
|
|
|
|
- Vulnerability Scan Record Attestation: tutorials/signing/vuln-attestation.md
|
|
|
|
|
- Shell:
|
|
|
|
|
- Completion: tutorials/shell/shell-completion.md
|
|
|
|
|
- Additional Resources:
|
2022-09-15 19:27:58 +01:00
|
|
|
- Additional Resources: tutorials/additional-resources/references.md
|
|
|
|
|
- Community References: tutorials/additional-resources/community.md
|
|
|
|
|
- CKS Reference: tutorials/additional-resources/cks.md
|
2023-01-08 15:16:03 +02:00
|
|
|
- Docs:
|
2022-05-02 13:44:26 +03:00
|
|
|
- Overview: docs/index.md
|
2023-02-01 08:48:33 +02:00
|
|
|
- Target:
|
2023-06-02 09:34:07 +03:00
|
|
|
- Container Image: docs/target/container_image.md
|
|
|
|
|
- Filesystem: docs/target/filesystem.md
|
|
|
|
|
- Rootfs: docs/target/rootfs.md
|
2023-07-31 14:27:36 +03:00
|
|
|
- Code Repository: docs/target/repository.md
|
2023-06-02 09:34:07 +03:00
|
|
|
- Virtual Machine Image: docs/target/vm.md
|
|
|
|
|
- Kubernetes: docs/target/kubernetes.md
|
|
|
|
|
- AWS: docs/target/aws.md
|
|
|
|
|
- SBOM: docs/target/sbom.md
|
2023-04-17 11:54:31 +03:00
|
|
|
- Scanner:
|
|
|
|
|
- Vulnerability:
|
|
|
|
|
- Overview: docs/scanner/vulnerability/index.md
|
|
|
|
|
- OS Packages: docs/scanner/vulnerability/os.md
|
|
|
|
|
- Language-specific Packages:
|
|
|
|
|
- Overview: docs/scanner/vulnerability/language/index.md
|
|
|
|
|
- Go: docs/scanner/vulnerability/language/golang.md
|
|
|
|
|
- Java: docs/scanner/vulnerability/language/java.md
|
|
|
|
|
- Node.js: docs/scanner/vulnerability/language/nodejs.md
|
|
|
|
|
- PHP: docs/scanner/vulnerability/language/php.md
|
|
|
|
|
- Python: docs/scanner/vulnerability/language/python.md
|
|
|
|
|
- Rust: docs/scanner/vulnerability/language/rust.md
|
|
|
|
|
- Misconfiguration:
|
|
|
|
|
- Overview: docs/scanner/misconfiguration/index.md
|
|
|
|
|
- Policy:
|
|
|
|
|
- Built-in Policies: docs/scanner/misconfiguration/policy/builtin.md
|
|
|
|
|
- Exceptions: docs/scanner/misconfiguration/policy/exceptions.md
|
|
|
|
|
- Custom Policies:
|
|
|
|
|
- Overview: docs/scanner/misconfiguration/custom/index.md
|
|
|
|
|
- Data: docs/scanner/misconfiguration/custom/data.md
|
|
|
|
|
- Combine: docs/scanner/misconfiguration/custom/combine.md
|
|
|
|
|
- Selectors: docs/scanner/misconfiguration/custom/selectors.md
|
|
|
|
|
- Schemas: docs/scanner/misconfiguration/custom/schema.md
|
|
|
|
|
- Testing: docs/scanner/misconfiguration/custom/testing.md
|
|
|
|
|
- Debugging Policies: docs/scanner/misconfiguration/custom/debug.md
|
|
|
|
|
- Secret: docs/scanner/secret.md
|
|
|
|
|
- License: docs/scanner/license.md
|
|
|
|
|
- Configuration:
|
|
|
|
|
- Overview: docs/configuration/index.md
|
|
|
|
|
- Filtering: docs/configuration/filtering.md
|
2023-05-03 10:23:21 +01:00
|
|
|
- Skipping Files: docs/configuration/skipping.md
|
2023-04-17 11:54:31 +03:00
|
|
|
- Reporting: docs/configuration/reporting.md
|
|
|
|
|
- Cache: docs/configuration/cache.md
|
|
|
|
|
- DB: docs/configuration/db.md
|
|
|
|
|
- Others: docs/configuration/others.md
|
|
|
|
|
- Supply Chain:
|
|
|
|
|
- SBOM: docs/supply-chain/sbom.md
|
|
|
|
|
- Attestation:
|
|
|
|
|
- SBOM: docs/supply-chain/attestation/sbom.md
|
|
|
|
|
- Cosign Vulnerability Scan Record: docs/supply-chain/attestation/vuln.md
|
|
|
|
|
- SBOM Attestation in Rekor: docs/supply-chain/attestation/rekor.md
|
2023-04-27 10:21:06 +03:00
|
|
|
- VEX: docs/supply-chain/vex.md
|
2022-12-28 20:38:48 +02:00
|
|
|
- Compliance:
|
2023-04-17 11:54:31 +03:00
|
|
|
- Reports: docs/compliance/compliance.md
|
2022-05-02 13:44:26 +03:00
|
|
|
- Advanced:
|
2022-06-15 15:23:00 +03:00
|
|
|
- Modules: docs/advanced/modules.md
|
2022-05-02 13:44:26 +03:00
|
|
|
- Plugins: docs/advanced/plugins.md
|
|
|
|
|
- Air-Gapped Environment: docs/advanced/air-gap.md
|
|
|
|
|
- Container Image:
|
|
|
|
|
- Embed in Dockerfile: docs/advanced/container/embed-in-dockerfile.md
|
|
|
|
|
- Unpacked container image filesystem: docs/advanced/container/unpacked-filesystem.md
|
|
|
|
|
- Private Docker Registries:
|
|
|
|
|
- Overview: docs/advanced/private-registries/index.md
|
|
|
|
|
- Docker Hub: docs/advanced/private-registries/docker-hub.md
|
|
|
|
|
- AWS ECR (Elastic Container Registry): docs/advanced/private-registries/ecr.md
|
|
|
|
|
- GCR (Google Container Registry): docs/advanced/private-registries/gcr.md
|
|
|
|
|
- ACR (Azure Container Registry): docs/advanced/private-registries/acr.md
|
|
|
|
|
- Self-Hosted: docs/advanced/private-registries/self.md
|
|
|
|
|
- References:
|
2023-04-17 11:54:31 +03:00
|
|
|
- Configuration:
|
|
|
|
|
- CLI:
|
|
|
|
|
- Overview: docs/references/configuration/cli/trivy.md
|
|
|
|
|
- AWS: docs/references/configuration/cli/trivy_aws.md
|
|
|
|
|
- Config: docs/references/configuration/cli/trivy_config.md
|
2023-06-02 09:34:07 +03:00
|
|
|
- Convert: docs/references/configuration/cli/trivy_convert.md
|
2023-04-17 11:54:31 +03:00
|
|
|
- Filesystem: docs/references/configuration/cli/trivy_filesystem.md
|
|
|
|
|
- Image: docs/references/configuration/cli/trivy_image.md
|
|
|
|
|
- Kubernetes: docs/references/configuration/cli/trivy_kubernetes.md
|
|
|
|
|
- Module: docs/references/configuration/cli/trivy_module.md
|
|
|
|
|
- Module Install: docs/references/configuration/cli/trivy_module_install.md
|
|
|
|
|
- Module Uninstall: docs/references/configuration/cli/trivy_module_uninstall.md
|
|
|
|
|
- Plugin: docs/references/configuration/cli/trivy_plugin.md
|
|
|
|
|
- Plugin Info: docs/references/configuration/cli/trivy_plugin_info.md
|
|
|
|
|
- Plugin Install: docs/references/configuration/cli/trivy_plugin_install.md
|
|
|
|
|
- Plugin List: docs/references/configuration/cli/trivy_plugin_list.md
|
|
|
|
|
- Plugin Run: docs/references/configuration/cli/trivy_plugin_run.md
|
|
|
|
|
- Plugin Uninstall: docs/references/configuration/cli/trivy_plugin_uninstall.md
|
|
|
|
|
- Plugin Update: docs/references/configuration/cli/trivy_plugin_update.md
|
|
|
|
|
- Repository: docs/references/configuration/cli/trivy_repository.md
|
|
|
|
|
- Rootfs: docs/references/configuration/cli/trivy_rootfs.md
|
|
|
|
|
- SBOM: docs/references/configuration/cli/trivy_sbom.md
|
|
|
|
|
- Server: docs/references/configuration/cli/trivy_server.md
|
|
|
|
|
- Version: docs/references/configuration/cli/trivy_version.md
|
|
|
|
|
- VM: docs/references/configuration/cli/trivy_vm.md
|
|
|
|
|
- Config file: docs/references/configuration/config-file.md
|
2022-05-02 13:44:26 +03:00
|
|
|
- Modes:
|
|
|
|
|
- Standalone: docs/references/modes/standalone.md
|
|
|
|
|
- Client/Server: docs/references/modes/client-server.md
|
|
|
|
|
- Troubleshooting: docs/references/troubleshooting.md
|
2022-11-16 10:06:13 +02:00
|
|
|
- Ecosystem:
|
|
|
|
|
- Overview: ecosystem/index.md
|
|
|
|
|
- CI/CD: ecosystem/cicd.md
|
|
|
|
|
- IDE and Dev tools: ecosystem/ide.md
|
|
|
|
|
- Production and Clouds: ecosystem/prod.md
|
2023-01-05 13:59:47 +01:00
|
|
|
- Security Management: ecosystem/security.md
|
2022-09-15 19:27:58 +01:00
|
|
|
- Contributing:
|
2022-05-02 13:44:26 +03:00
|
|
|
- How to contribute:
|
|
|
|
|
- Issues: community/contribute/issue.md
|
2023-05-10 12:06:37 +03:00
|
|
|
- Discussions: community/contribute/discussion.md
|
2022-05-02 13:44:26 +03:00
|
|
|
- Pull Requests: community/contribute/pr.md
|
|
|
|
|
- Maintainer:
|
|
|
|
|
- Help Wanted: community/maintainer/help-wanted.md
|
|
|
|
|
- Triage: community/maintainer/triage.md
|
2021-03-10 01:05:37 +07:00
|
|
|
theme:
|
2022-05-02 13:44:26 +03:00
|
|
|
name: material
|
2023-05-16 21:32:17 -06:00
|
|
|
custom_dir: docs/overrides
|
2022-05-02 13:44:26 +03:00
|
|
|
language: "en"
|
|
|
|
|
logo: imgs/logo-white.svg
|
|
|
|
|
features:
|
|
|
|
|
- navigation.tabs
|
|
|
|
|
- navigation.tabs.sticky
|
|
|
|
|
- navigation.sections
|
2023-05-30 10:23:05 +01:00
|
|
|
- navigation.footer
|
|
|
|
|
- content.action.edit
|
2022-07-25 18:19:04 +06:00
|
|
|
- content.tabs.link
|
2023-05-30 10:23:05 +01:00
|
|
|
- content.code.annotate
|
|
|
|
|
- content.code.copy
|
2021-03-10 01:05:37 +07:00
|
|
|
|
|
|
|
|
markdown_extensions:
|
|
|
|
|
- pymdownx.highlight
|
|
|
|
|
- pymdownx.superfences
|
|
|
|
|
- admonition
|
2021-07-12 03:14:17 +03:00
|
|
|
- footnotes
|
|
|
|
|
- attr_list
|
2022-07-25 18:19:04 +06:00
|
|
|
- pymdownx.tabbed:
|
|
|
|
|
alternate_style: true
|
2021-07-12 03:14:17 +03:00
|
|
|
- def_list
|
|
|
|
|
- pymdownx.details
|
|
|
|
|
- pymdownx.emoji:
|
|
|
|
|
emoji_index: !!python/name:materialx.emoji.twemoji
|
|
|
|
|
emoji_generator: !!python/name:materialx.emoji.to_svg
|
2021-03-10 01:05:37 +07:00
|
|
|
|
|
|
|
|
extra:
|
|
|
|
|
generator: false
|
|
|
|
|
version:
|
|
|
|
|
method: mike
|
|
|
|
|
provider: mike
|
2023-05-16 21:32:17 -06:00
|
|
|
default: latest
|
2023-05-30 10:23:05 +01:00
|
|
|
social:
|
|
|
|
|
- icon: fontawesome/brands/twitter
|
|
|
|
|
link: https://twitter.com/AquaTrivy
|
|
|
|
|
- icon: fontawesome/brands/github
|
|
|
|
|
link: https://github.com/aquasecurity/trivy
|
|
|
|
|
- icon: fontawesome/brands/slack
|
|
|
|
|
link: https://github.com/aquasecurity/trivy
|
2021-03-10 01:05:37 +07:00
|
|
|
|
|
|
|
|
plugins:
|
|
|
|
|
- search
|
2022-05-02 13:44:26 +03:00
|
|
|
- macros
|
2022-06-21 18:00:28 +03:00
|
|
|
|