From 5ff812bb2f561b0c809f2722a68c1f525a0e3f38 Mon Sep 17 00:00:00 2001 From: Eli Leers Date: Tue, 19 Nov 2024 15:19:47 -0800 Subject: [PATCH] remove du --- .github/actions/analyzer-action/entrypoint.sh | 1 - .github/workflows/analyze.yml | 5 ----- 2 files changed, 6 deletions(-) diff --git a/.github/actions/analyzer-action/entrypoint.sh b/.github/actions/analyzer-action/entrypoint.sh index 22a7471..badfe14 100755 --- a/.github/actions/analyzer-action/entrypoint.sh +++ b/.github/actions/analyzer-action/entrypoint.sh @@ -278,6 +278,5 @@ echo "################ END DEBUGGING INFORMATION ################" cd $TOOLPWD # Move to 4naly3er folder (required to run it) yarn analyze $CONTRACTSPWD -g $PROJECTURL --sarif analyzer.sarif # Finally, run the tool echo "4naly3er analysis completed." # Results in report.md and report.sarif -du -ac . cp report.md analyzer.sarif /tmp/ # Copy results to /tmp/ for SARIF ingestion exit 0 # Exit success \ No newline at end of file diff --git a/.github/workflows/analyze.yml b/.github/workflows/analyze.yml index 6101d70..db112d7 100644 --- a/.github/workflows/analyze.yml +++ b/.github/workflows/analyze.yml @@ -20,11 +20,6 @@ jobs: with: submodules: recursive - - name: du - shell: bash - run: | - du -ac . - - name: Run 4naly3er Action uses: ./.github/actions/analyzer-action id: analyzer