This commit is contained in:
2026-04-07 14:50:23 +09:00
commit b4e485502b
4778 changed files with 2017091 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# Container
## Description
The `snyk container` commands test and continuously monitor container images for vulnerabilities and generate an SBOM for a container image.
For more information, see [Snyk CLI for Snyk Container](https://docs.snyk.io/snyk-cli/scan-and-maintain-projects-using-the-cli/snyk-cli-for-snyk-container)
## `snyk container` commands and the help docs
The `snyk container` commands are listed here with the help options:
- [`container test`](container-test.md), `container test --help`: tests for any known vulnerabilities
- [`container monitor`](container-monitor.md), `container monitor --help`: captures the container image layers and dependencies and monitors for vulnerabilities on [snyk.io](https://snyk.io)
- [`container sbom`](container-sbom.md), `container sbom --help`: generates an SBOM for a container image