From 564a5e4fec7bea820afd7455d7f36a09ca576e70 Mon Sep 17 00:00:00 2001 From: Gul Hameed <90828739+gul-hameed@users.noreply.github.com> Date: Thu, 19 Oct 2023 17:13:26 +0500 Subject: [PATCH] Update slither.yml --- .github/workflows/slither.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/slither.yml b/.github/workflows/slither.yml index f5b683c..6eba84d 100644 --- a/.github/workflows/slither.yml +++ b/.github/workflows/slither.yml @@ -9,5 +9,10 @@ jobs: steps: - uses: actions/checkout@v3 - uses: crytic/slither-action@v0.3.0 - - run: slither . --print function-summary + - uses: actions/checkout@v2.3.4 + - uses: GuillaumeFalourd/command-output-file-action@v1.1 + with: + command_line: ls -lha + output_file_name: output.txt + display_file_content: YES # this is also the default value if not informed