Skip to content

Commit

Permalink
fix slither
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Sep 12, 2024
1 parent 6763ecf commit cd04b17
Showing 1 changed file with 7 additions and 19 deletions.
26 changes: 7 additions & 19 deletions .github/workflows/slither.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main
pull_request:
branches:
- '*'
- "*"
types:
- synchronize
- opened
Expand All @@ -19,22 +19,10 @@ jobs:
strategy:
matrix:
include:
- project: 'messaging/erc20'
file: 'm-erc20.sarif'
- project: 'messaging/message'
file: 'm-message.sarif'
- project: 'messaging/nft'
file: 'm-nft.sarif'
- project: 'messaging/zeta'
file: 'm-zeta.sarif'
- project: 'omnichain/multioutput'
file: 'o-multioutput.sarif'
- project: 'omnichain/nft'
file: 'o-nft.sarif'
- project: 'omnichain/staking'
file: 'o-staking.sarif'
- project: 'omnichain/swap'
file: 'o-swap.sarif'
- project: "hello"
file: "hello.sarif"
- project: "swap"
file: "swap.sarif"
permissions:
contents: read
security-events: write
Expand All @@ -46,7 +34,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: '18'
node-version: "18"

- name: Install Dependencies
run: yarn install
Expand All @@ -64,7 +52,7 @@ jobs:
with:
ignore-compile: true
sarif: ${{ matrix.file}}
node-version: '18'
node-version: "18"
target: ${{ matrix.project}}
fail-on: none

Expand Down

0 comments on commit cd04b17

Please sign in to comment.