Skip to content

Commit 1f21c05

Browse files
committed
Disable slither temporarily
1 parent c12c73f commit 1f21c05

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/sharing-smart-contract-test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ jobs:
5555
working-directory: packages/sharing-smart-contract
5656
run: npm run uml
5757

58-
- name: Static Analyzer
59-
uses: crytic/[email protected]
60-
id: slither
61-
with:
62-
sarif: result.sarif
63-
fail-on: none
64-
target: 'packages/sharing-smart-contract/'
65-
slither-config: 'packages/sharing-smart-contract/slither.config.json'
58+
# - name: Static Analyzer
59+
# uses: crytic/[email protected]
60+
# id: slither
61+
# with:
62+
# sarif: result.sarif
63+
# fail-on: none
64+
# target: 'packages/sharing-smart-contract/'
65+
# slither-config: 'packages/sharing-smart-contract/slither.config.json'
6666

6767
- name: Start Anvil
6868
run: |

0 commit comments

Comments
 (0)