From 382e08c772a2f44bdf6eba19481a793a1f33b5bd Mon Sep 17 00:00:00 2001 From: Denis Fadeev Date: Tue, 12 Nov 2024 19:19:44 +0300 Subject: [PATCH] slither --- .github/workflows/slither.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/slither.yaml b/.github/workflows/slither.yaml index 7ef498e..0cdafba 100644 --- a/.github/workflows/slither.yaml +++ b/.github/workflows/slither.yaml @@ -20,11 +20,13 @@ jobs: matrix: include: - project: "examples/call" - file: "hello.sarif" + file: "call.sarif" - project: "examples/swap" file: "swap.sarif" - project: "examples/nft" file: "nft.sarif" + - project: "examples/token" + file: "token.sarif" permissions: contents: read security-events: write