Skip to content

Commit

Permalink
Update run_dep_sec_scan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-hansen committed Sep 12, 2023
1 parent c206464 commit 457356f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/run_dep_sec_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,9 @@ jobs:
uses: phylum-dev/phylum-analyze-pr-action@v2
with:
phylum_token: ${{ secrets.PHYLUM_TOKEN }}
cmd: phylum-ci --all-deps
# Mix and match for your specific use case.
cmd: |
phylum-ci \
-vv \
--lockfile ./Cargo.toml \
--all-deps

0 comments on commit 457356f

Please sign in to comment.