We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4568fff commit a6a36d5Copy full SHA for a6a36d5
.github/workflows/security-analysis.yml
@@ -12,7 +12,6 @@ jobs:
12
slither-solidity:
13
name: Slither Analysis (Solidity)
14
runs-on: ubuntu-latest
15
- if: contains(github.event.head_commit.message, 'sol') || github.event_name == 'schedule' || github.event_name == 'pull_request'
16
permissions:
17
contents: read
18
security-events: write
@@ -25,7 +24,7 @@ jobs:
25
24
uses: crytic/slither-action@v0.4.1
26
id: slither
27
with:
28
- target: '.'
+ target: 'src/'
29
sarif: slither-results.sarif
30
fail-on: none
31
slither-args: '--exclude naming-convention,solc-version'
0 commit comments