Skip to content

Commit

Permalink
fix: updated phylum cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
TeddyCr committed May 23, 2024
1 parent 8b5c258 commit 9ba882b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/phylum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,17 @@ jobs:
image: docker://ghcr.io/phylum-dev/phylum-ci:slim
env:
GITHUB_TOKEN: ${{ github.token }}
PHYLUM_API_KEY: ${{ secrets.PHYLUM_TOKEN }}
steps:
- name: Checkout the repo
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Analyze dependencies
run: |
uses: phylum-dev/phylum-analyze-pr-action@v2
with:
phylum_token: ${{ secrets.PHYLUM_TOKEN }}
cmd: |
phylum-ci -vv \
--depfile ingestion/setup.py \
--depfile ingestion/pyproject.toml

0 comments on commit 9ba882b

Please sign in to comment.