Skip to content
Snippets Groups Projects
Commit 40816771 authored by Corné Lukken's avatar Corné Lukken
Browse files

Merge branch 'enable-sast-scanning' into 'master'

Enable various forms of scanning

See merge request !622
parents c290fdb7 496fd4d3
No related branches found
No related tags found
1 merge request!622Enable various forms of scanning
......@@ -12,6 +12,9 @@ workflow:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
- if: $CI_COMMIT_TAG
- if: ($CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH)
include:
- template: Security/SAST.gitlab-ci.yml
- template: Security/Dependency-Scanning.gitlab-ci.yml
stages:
- prepare
......@@ -328,6 +331,16 @@ shellcheck:
- shellcheck --version
- shellcheck **/*.sh
sast:
variables:
SAST_EXCLUDED_PATHS: "*.tox"
SAST_EXCLUDED_ANALYZERS: brakeman, flawfinder, kubesec, nodejs-scan, phpcs-security-audit,
pmd-apex, security-code-scan, sobelow, spotbugs
stage: static-analysis
dependency_scanning:
stage: static-analysis
sphinx_documentation:
stage: documentation
script:
......
0.17.0
0.18.2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment