Commit 8cb56d91 authored by smartcontracts's avatar smartcontracts Committed by GitHub

feat: add semgrep-scan-local to justfile (#12366)

Adds semgrep-scan-local to top-level justfile.
parent 24123795
issues: issues:
./ops/scripts/todo-checker.sh ./ops/scripts/todo-checker.sh
semgrep-scan-local:
semgrep scan --config=.semgrep
lint-shellcheck: 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\"' _ {} \\; 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\"' _ {} \\;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment