From 7a0b857c0823c81645b8dd49f16a000e01fcc289 Mon Sep 17 00:00:00 2001 From: Patrick Collins <54278053+PatrickAlphaC@users.noreply.github.com> Date: Sun, 2 Feb 2025 23:02:39 -0500 Subject: [PATCH] feat: new aderyn workflow --- .github/workflows/aderyn.yml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/.github/workflows/aderyn.yml b/.github/workflows/aderyn.yml index 8a9cb59..0217110 100644 --- a/.github/workflows/aderyn.yml +++ b/.github/workflows/aderyn.yml @@ -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 @@ -30,5 +25,4 @@ jobs: echo "Found issues: critical, high, or medium issue count is above zero." exit 1 fi - done - + done \ No newline at end of file