-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: try to remove id in slither ci
- Loading branch information
1 parent
e60ee51
commit 8cc04d9
Showing
1 changed file
with
1 addition
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -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" | ||
|