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 c63de76 commit 7a0b857
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/aderyn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,11 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v2

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true


- name: Install aderyn
run: cargo install aderyn
run: |
curl -L https://raw.githubusercontent.com/Cyfrin/aderyn/dev/cyfrinup/install | bash
cyfrinup
- name: Run aderyn
run: aderyn . -o ci-report.json
Expand All @@ -30,5 +25,4 @@ jobs:
echo "Found issues: critical, high, or medium issue count is above zero."
exit 1
fi
done
done

0 comments on commit 7a0b857

Please sign in to comment.