Edit File: container.md
# 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
Back to File Manager