diff --git a/.github/workflows/slither.yaml b/.github/workflows/slither.yaml index 4bfd8e0..475559b 100644 --- a/.github/workflows/slither.yaml +++ b/.github/workflows/slither.yaml @@ -20,9 +20,9 @@ jobs: matrix: include: - project: "hello" - file: "hello.sarif" + file: "examples/hello.sarif" - project: "swap" - file: "swap.sarif" + file: "examples/swap.sarif" permissions: contents: read security-events: write