Skip to content

Commit

Permalink
Merge pull request #111 from marvin-hansen/main
Browse files Browse the repository at this point in the history
[no-ci] testing phylum once more
  • Loading branch information
marvin-hansen authored Oct 11, 2023
2 parents 681f6ca + 11624be commit 13de667
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions .github/workflows/run_dep_sec_scan.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Phylum_analyze
name: phylum_analyze
on: pull_request

jobs:
Expand All @@ -14,16 +14,14 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
#
# Disabled due to issue https://github.com/phylum-dev/phylum-analyze-pr-action/issues/29
#
# - name: Analyze dependencies
# uses: phylum-dev/phylum-analyze-pr-action@v2
# with:
# phylum_token: ${{ secrets.PHYLUM_TOKEN }}
# # Mix and match for your specific use case.
# cmd: |
# phylum-ci \
# -vv \
# --lockfile ./Cargo.toml \
# --all-deps
# See issue https://github.com/phylum-dev/phylum-analyze-pr-action/issues/29
- name: Analyze dependencies
uses: phylum-dev/phylum-analyze-pr-action@manifest_support
with:
phylum_token: ${{ secrets.PHYLUM_TOKEN }}
# Mix and match for your specific use case.
cmd: |
phylum-ci \
-vv \
--lockfile ./Cargo.toml \
--all-deps

0 comments on commit 13de667

Please sign in to comment.