Skip to content

feat: add support to P2WPKH, P2WSH and P2TR #14

feat: add support to P2WPKH, P2WSH and P2TR

feat: add support to P2WPKH, P2WSH and P2TR #14

Workflow file for this run

name: Slither Analysis
on: [push]
jobs:
analyze:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- uses: actions/checkout@v3
- name: Run Slither
uses: crytic/[email protected]
id: slither
with:
sarif: results.sarif
fail-on: none
target: contracts/
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: ${{ steps.slither.outputs.sarif }}