Skip to content

[Update] Added claimFee in penalty pool #15

[Update] Added claimFee in penalty pool

[Update] Added claimFee in penalty pool #15

Workflow file for this run

name: Slither Analysis
on:
push:
branches: [ develop ]
pull_request:
branches: [ master, develop ]
jobs:
analyze:
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run Slither
uses: crytic/[email protected]
id: slither
with:
fail-on: high
sarif: results.sarif
slither-config: slither.config.json
slither-args: --checklist --markdown-root ${{ github.server_url }}/${{ github.repository }}/blob/${{ github.sha }}/