Skip to content

[MINOR] Phylum Github Action Test #1

[MINOR] Phylum Github Action Test

[MINOR] Phylum Github Action Test #1

Workflow file for this run

name: Phylum_analyze
on:
pull_request:
pull_request_target:
jobs:
analyze_deps:
name: Analyze dependencies with Phylum
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
container:
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: |
phylum-ci -vv \
--depfile ingestion/setup.py \
--depfile ingestion/pyproject.toml