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 f61d058 commit 21b970f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr_and_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
- main

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
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: 2063d449-26df-445c-8982-c62412d1abdc
name: SLIP10-Android
created_at: 2024-06-03T09:07:11.280507+02:00
group_name: Wallet
depfiles:
- path: ./build.gradle.kts
type: gradle

0 comments on commit 21b970f

Please sign in to comment.