Skip to content

Commit

Permalink
chore: try to remove id in slither ci
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtekgrinder committed Nov 3, 2023
1 parent e60ee51 commit 8cc04d9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,6 @@ jobs:
slither-analyze:
runs-on: "ubuntu-latest"
permissions:
actions: "read"
contents: "read"
security-events: "write"
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -197,14 +193,13 @@ jobs:
version: nightly

- name: Compile foundry
run: forge build --build-info --skip */test/** */scripts/** --force
run: forge build --build-info --force

- name: See output
run: ls -la out

- name: "Run Slither analysis"
uses: "crytic/[email protected]"
id: "slither"
with:
fail-on: "none"
sarif: "results.sarif"
Expand Down

0 comments on commit 8cc04d9

Please sign in to comment.