Skip to content

Commit

Permalink
[actions] Improved Semgrep command timeout
Browse files Browse the repository at this point in the history
It takes some time to scan "vermin/rules.py". More than the default 30s timeout.
  • Loading branch information
netromdk committed Jul 9, 2023
1 parent 99a9703 commit f016eb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ jobs:
if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/checkout@v3
- run: semgrep ci
# It takes some time to scan "vermin/rules.py". More than the default 30s timeout.
- run: semgrep ci --timeout 60 --verbose

0 comments on commit f016eb5

Please sign in to comment.