Skip to content

Commit a6a36d5

Browse files
Marc MongeMarc Monge
authored andcommitted
Check also for Solidity
1 parent 4568fff commit a6a36d5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/security-analysis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
slither-solidity:
1313
name: Slither Analysis (Solidity)
1414
runs-on: ubuntu-latest
15-
if: contains(github.event.head_commit.message, 'sol') || github.event_name == 'schedule' || github.event_name == 'pull_request'
1615
permissions:
1716
contents: read
1817
security-events: write
@@ -25,7 +24,7 @@ jobs:
2524
uses: crytic/slither-action@v0.4.1
2625
id: slither
2726
with:
28-
target: '.'
27+
target: 'src/'
2928
sarif: slither-results.sarif
3029
fail-on: none
3130
slither-args: '--exclude naming-convention,solc-version'

0 commit comments

Comments
 (0)