> ## Documentation Index
> Fetch the complete documentation index at: https://docs.semgrep.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Semgrep Supply Chain (SSC)

<CardGroup cols={2}>
  <Card title="How to exclude a Semgrep Supply Chain rule from a scan" href="/kb/semgrep-supply-chain/exclude-rule" icon="file">
    Exclude a Semgrep Supply Chain rule from a scan
  </Card>

  <Card title="Malware incident response with Semgrep Supply Chain" href="/kb/semgrep-supply-chain/incident-response" icon="file">
    How to respond to a malware incident using Semgrep Supply Chain.
  </Card>

  <Card title="How to scan multiple or nested manifest files or lockfiles" href="/kb/semgrep-supply-chain/scanning_multiple_lockfiles" icon="file">
    Semgrep Supply Chain uses manifest files or lockfiles as part of its reachability analysis to determine the exact version of a dependency that a codebase is using. Semgrep parses manifest files or lockfiles, such as:
  </Card>

  <Card title="Generate lockfiles for Semgrep Supply Chain in a Circle CI pipeline" href="/kb/semgrep-supply-chain/ssc-lockfiles-circleci" icon="file">
    How to generate lockfiles for Semgrep Supply Chain in a Circle CI pipeline.
  </Card>

  <Card title="Generating Python lockfiles for Semgrep Supply Chain scans" href="/kb/semgrep-supply-chain/ssc-python-lockfiles" icon="file">
    Generate Python lockfiles to run Semgrep Supply Chain scans successfully.
  </Card>

  <Card title="Why aren't Supply Chain findings showing?" href="/kb/semgrep-supply-chain/why-no-findings" icon="file">
    Troubleshoot why findings for Semgrep Supply Chain are not showing.
  </Card>
</CardGroup>
