Skip to content

Commit

Permalink
fix: fix semgrep scanning issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cohow committed Sep 17, 2024
1 parent 283bd06 commit 48069c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-semgrep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
repository: decurity/semgrep-smart-contracts
path: rules

- run: semgrep ci --sarif --output=semgrep.sarif || true
- run: semgrep scan --sarif --output=semgrep.sarif packages/contracts/src/dollar || true
env:
SEMGREP_RULES: rules/solidity/security rules/solidity/performance

Expand Down

0 comments on commit 48069c5

Please sign in to comment.