Skip to content

Commit

Permalink
feat: new aderyn workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickAlphaC committed Feb 3, 2025
1 parent 8320353 commit 2c01020
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/aderyn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ jobs:
- name: Install aderyn
run: |
curl -L https://raw.githubusercontent.com/Cyfrin/aderyn/dev/cyfrinup/install | bash
source ~/.bashrc
export PATH="/home/runner/.cyfrin/bin:$PATH"
cyfrinup
- name: Run aderyn
run: aderyn . -o ci-report.json
run: |
export PATH="/home/runner/.cyfrin/bin:$PATH"
aderyn . -o ci-report.json
- name: Check report
run: |
Expand Down

0 comments on commit 2c01020

Please sign in to comment.