Skip to content

Commit

Permalink
feat: add semgrep-scan-local to justfile (ethereum-optimism#12366)
Browse files Browse the repository at this point in the history
Adds semgrep-scan-local to top-level justfile.
  • Loading branch information
smartcontracts authored Oct 8, 2024
1 parent 2412379 commit 8cb56d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
issues:
./ops/scripts/todo-checker.sh

semgrep-scan-local:
semgrep scan --config=.semgrep

lint-shellcheck:
find . -type f -name '*.sh' -not -path '*/node_modules/*' -not -path './packages/contracts-bedrock/lib/*' -not -path './packages/contracts-bedrock/kout*/*' -exec sh -c 'echo \"Checking $1\"; shellcheck \"$1\"' _ {} \\;

Expand Down

0 comments on commit 8cb56d9

Please sign in to comment.