Skip to content

Commit

Permalink
test why artifact not being gen
Browse files Browse the repository at this point in the history
  • Loading branch information
TanvirDeol committed Feb 12, 2025
1 parent b452503 commit 3b7f500
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/actions/aderyn/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down

0 comments on commit 3b7f500

Please sign in to comment.