diff --git a/.github/workflows/run-semgrep.yaml b/.github/workflows/run-semgrep.yaml index cde080ca1..ad7e7ae59 100644 --- a/.github/workflows/run-semgrep.yaml +++ b/.github/workflows/run-semgrep.yaml @@ -24,7 +24,7 @@ jobs: repository: decurity/semgrep-smart-contracts path: rules - - run: semgrep ci --sarif --output=semgrep.sarif --include packages/contracts/src/dollar || true + - run: semgrep ci --sarif --output=semgrep.sarif --include packages/contracts/src/dollar --verbose || true env: SEMGREP_RULES: rules/solidity/security rules/solidity/performance