Skip to content

Commit

Permalink
remove du
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-elileers committed Nov 19, 2024
1 parent 36e80bb commit 5ff812b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/actions/analyzer-action/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 0 additions & 5 deletions .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5ff812b

Please sign in to comment.