From 3b7f50006e1cf658f304aef37c8ecc00f7ac6ce9 Mon Sep 17 00:00:00 2001 From: TanvirDeol Date: Wed, 12 Feb 2025 18:42:19 -0500 Subject: [PATCH] test why artifact not being gen --- .github/actions/aderyn/action.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/actions/aderyn/action.yaml b/.github/actions/aderyn/action.yaml index b6bc87f5..b36ba283 100644 --- a/.github/actions/aderyn/action.yaml +++ b/.github/actions/aderyn/action.yaml @@ -6,10 +6,6 @@ inputs: description: "Rust toolchain version" required: true default: "stable" - # aderyn_version: - # description: "Aderyn version to install" - # required: true - # default: "v0.3.3" runs: using: "composite" @@ -30,10 +26,6 @@ runs: id: run_aderyn run: | aderyn --output report.md . 2>&1 | tee aderyn_output.log - if grep -q "warning:" aderyn_output.log || grep -q "Found issues" aderyn_output.log; then - echo "Aderyn analysis found warnings or issues." - exit 1 - fi shell: bash - name: Upload Aderyn Report as Artifact