Skip to content
Snippets Groups Projects
Unverified Commit e2d843f8 authored by Lucas Charles's avatar Lucas Charles
Browse files

Update sast timeout to 90min

parent 2cacae97
No related merge requests found
......@@ -988,7 +988,7 @@ sast:
- export SP_VERSION=$(echo "$CI_SERVER_VERSION" | sed 's/^\([0-9]*\)\.\([0-9]*\).*/\1-\2-stable/')
- docker run
--env SAST_DEFAULT_ANALYZERS="secrets"
--env SAST_RUN_ANALYZER_TIMEOUT="60m"
--env SAST_RUN_ANALYZER_TIMEOUT="90m"
--env SAST_CONFIDENCE_LEVEL="${SAST_CONFIDENCE_LEVEL:-3}"
--volume "$PWD:/code"
--volume /var/run/docker.sock:/var/run/docker.sock
......
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