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 f29d723 commit 5879d89
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:
workflow_dispatch:

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: 9d077c9b-7eb7-4c05-90ef-95d2a158a504
name: connector-extension
created_at: 2024-06-03T08:59:13.591622+02:00
group_name: dApp-engineering
depfiles:
- path: ./package-lock.json
type: npm

0 comments on commit 5879d89

Please sign in to comment.