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