Skip to content

wip: failing scope

wip: failing scope #6

Workflow file for this run

name: Slither Analysis
on: [push]
jobs:
analyze:
runs-on: ubuntu-latest
steps:

Check failure on line 6 in .github/workflows/slither.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/slither.yml

Invalid workflow file

You have an error in your yaml syntax on line 6
- uses: actions/checkout@v4
- name: Run Slither
uses: crytic/[email protected]
continue-on-error: true
id: slither
with:
sarif: results.sarif
fail-on: medium
node-version: 18
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: ${{ steps.slither.outputs.sarif }}