Merge branch 'dz-sast-confidence-level' into 'master'
Change SAST confidence level in .gitlab-ci.yml See merge request gitlab-org/gitlab-ce!16831
This commit is contained in:
commit
679245e56a
1 changed files with 2 additions and 0 deletions
|
@ -627,6 +627,8 @@ codequality:
|
|||
sast:
|
||||
<<: *except-docs
|
||||
image: registry.gitlab.com/gitlab-org/gl-sast:latest
|
||||
variables:
|
||||
CONFIDENCE_LEVEL: 2
|
||||
before_script: []
|
||||
script:
|
||||
- /app/bin/run .
|
||||
|
|
Loading…
Reference in a new issue