Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
b36eb551
Unverified
Commit
b36eb551
authored
Mar 03, 2024
by
d1onys1us
Committed by
GitHub
Mar 03, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: remove version override in slither-action (#9708)
parent
df98e902
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
slither.yml
.github/workflows/slither.yml
+1
-3
No files found.
.github/workflows/slither.yml
View file @
b36eb551
...
...
@@ -16,7 +16,7 @@ jobs:
-
uses
:
actions/checkout@v4
# Workaround to prevent slither-action from trying to install JS deps.
# Without this step, it detects the `package.json`
`
, and since there is no
# Without this step, it detects the `package.json`, and since there is no
# lockfile it defaults `npm install` which fails due to the preinstall
# script to enforce pnpm. https://github.com/crytic/slither-action/issues/44#issuecomment-1338183656
-
name
:
Remove package.json
...
...
@@ -30,8 +30,6 @@ jobs:
slither-config
:
packages/contracts-bedrock/slither.config.json
fail-on
:
config
sarif
:
results.sarif
# https://github.com/crytic/slither-action/issues/70#issuecomment-1932948435
slither-version
:
dev-triage-db
slither-args
:
--triage-database packages/contracts-bedrock/slither.db.json
-
name
:
Upload SARIF file
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment