We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c18ec26 commit 606e023Copy full SHA for 606e023
.circleci/config.yml
@@ -1397,11 +1397,10 @@ jobs:
1397
echo 'export SEMGREP_REPO_NAME=$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME' >> $BASH_ENV
1398
- run:
1399
name: "Semgrep scan"
1400
- # --time shows which rules take the most time
1401
# --timeout (in seconds) limits the time per rule and file.
1402
# SEMGREP_TIMEOUT is the same, but docs have conflicting defaults (5s in CLI flag, 1800 in some places)
1403
# https://semgrep.dev/docs/troubleshooting/semgrep-app#if-the-job-is-aborted-due-to-taking-too-long
1404
- command: semgrep ci --time --timeout=100
+ command: semgrep ci --timeout=100
1405
# If semgrep hangs, stop the scan after 20m, to prevent a useless 5h job
1406
no_output_timeout: 20m
1407
- notify-failures-on-develop
0 commit comments