> For the complete CircleCI developer hub index, see [llms.txt](https://circleci.com/developer/llms.txt)

# phylum-dev/phylum

Phylum blocks software supply chain attacks. Automate software supply chain security to contextualize risks, block attacks and only use open-source code that you trust.


## Jobs

### analyze

Run Phylum Analysis


| Parameter | Type | Default | Description |
|---|---|---|---|
| `api_key` | string |  | Phylum API key (https://app.phylum.io/tokens/list) |

## Examples

### quickstart

Run a Phylum analysis on the latest commit


```yaml
version: '2.1'
orbs:
  phylum: phylum-dev/phylum@1.0.0
workflows:
  test:
    jobs:
      - phylum/analyze:
          api_key: ${PHYLUM_API_KEY}
```