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 b228e69 commit f4d1335
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ name: Build & Test
on:
push:
branches: ['**']
pull_request:
workflow_dispatch:

jobs:
phylum_analyze:
if: ${{ github.event.pull_request }}
uses: radixdlt/public-iac-resuable-artifacts/.github/workflows/phylum-analyze.yml@main
permissions:
id-token: write
Expand Down

0 comments on commit f4d1335

Please sign in to comment.