Skip to content

Commit

Permalink
ci: add phylum analysis job
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-karwacki-rdx committed Jun 3, 2024
1 parent 2740825 commit 012a4c3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on:
- '**'

jobs:
phylum-analyze:
uses: radixdlt/public-iac-resuable-artifacts/.github/workflows/phylum-analyze.yml@main
secrets:
phylum_api_key: ${{ secrets.PHYLUM_API_KEY }}

snyk-scan-deps-licences:
runs-on: ubuntu-latest
permissions:
Expand Down
7 changes: 7 additions & 0 deletions .phylum_project
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
id: ad50ad22-146e-4339-80ea-d895b4bce133
name: radix-dapp-toolkit
created_at: 2024-06-03T08:21:31.593544+02:00
group_name: dApp-engineering
depfiles:
- path: ./package-lock.json
type: npm

0 comments on commit 012a4c3

Please sign in to comment.