Skip to content

Commit

Permalink
disables slither action for now until configured correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDEnYO committed Sep 3, 2024
1 parent 0edaeca commit 0371fcb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/slither.yaml

This file was deleted.

16 changes: 16 additions & 0 deletions .github/workflows_deactivated/slither.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# - Run Static Analyzer Tool "Slither"
# - currently deactivated until we found time to configure it correctly

name: Slither Analysis
on: [push]
jobs:
run-slither:
if: ${{ github.event.pull_request.draft == false }} # will only run once the PR is in "Ready for Review" state

runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: crytic/[email protected]
with:
node-version: 20
continue-on-error: true

0 comments on commit 0371fcb

Please sign in to comment.