diff --git a/README.md b/README.md index ef18ee4..6ea537e 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ CVE Lite CLI fits at every stage of the development workflow, not just CI. CVE Lite CLI scans its own dependencies in CI. See [`self-scan.yml`](https://github.com/OWASP/cve-lite-cli/blob/main/.github/workflows/self-scan.yml). -For full CI patterns including offline workflows, git hooks, and scripted automation, see the [CI and Workflow Integration guide](https://owasp.org/cve-lite-cli/docs/ci-integration). +For full CI patterns including offline workflows, git hooks, and scripted automation, see the [CI and Workflow Integration guide](https://owasp.org/cve-lite-cli/docs/workflow-integration). ## How it compares @@ -428,7 +428,7 @@ It is a good fit for: - **Enterprise teams with restricted networks** — offline advisory DB removes the need for runtime outbound calls during scans - **Teams running npm, pnpm, Yarn, and Bun** — unified scanning across all four package managers in one tool -See the [CI and Workflow Integration guide](https://owasp.org/cve-lite-cli/docs/ci-integration) for concrete patterns across these scenarios. +See the [CI and Workflow Integration guide](https://owasp.org/cve-lite-cli/docs/workflow-integration) for concrete patterns across these scenarios. Using CVE Lite CLI at your company or in your projects? [Share your use case in the community thread](https://github.com/OWASP/cve-lite-cli/discussions/481) - we'd love to hear about it.