From 7549f1b0ae5ec79a9a0d847945b5383751300642 Mon Sep 17 00:00:00 2001 From: Yash Patil <40046473+ypatil12@users.noreply.github.com> Date: Tue, 24 Sep 2024 12:54:26 -0700 Subject: [PATCH] feat: remove slither (#781) --- .github/workflows/slither.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/slither.yml diff --git a/.github/workflows/slither.yml b/.github/workflows/slither.yml deleted file mode 100644 index 9275ed832..000000000 --- a/.github/workflows/slither.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Slither Analysis - -on: - push: - pull_request: - types: [opened, reopened] - -jobs: - analyze: - runs-on: ubuntu-22.04 - steps: - - uses: actions/checkout@v3 - - - name: Run Slither - uses: crytic/slither-action@v0.3.0 - id: slither - with: - sarif: results.sarif - fail-on: none - - - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@v2 - with: - sarif_file: ${{ steps.slither.outputs.sarif }} \ No newline at end of file