Skip to content

Commit

Permalink
Update Slither configuration in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Aboudjem committed Feb 20, 2024
1 parent 5c04b16 commit e53ea31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/slither.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
with:
ignore-compile: true # Assume pre-compilation or custom compilation steps
fail-on: "medium" # Action will fail if issues of medium severity or higher are found
slither-version: "0.8.3" # Use a specific Slither version
solc-version: "0.8.24" # Use a specific Solidity compiler version
target: "contracts/" # Specify the target directory for analysis
sarif: "slither-results.sarif" # Generate a SARIF report for Code Scanning integration

0 comments on commit e53ea31

Please sign in to comment.