ATS-718: Tweak Veracode SAST to only run scan on master for now

- try again master and not PR (note: pushed to master since this should only run on master)
- see also future ATS-721
This commit is contained in:
Jan Vonka 2020-04-15 19:24:40 +01:00
parent 0137aa9fba
commit b96b574226

View File

@ -54,7 +54,7 @@ jobs:
stage: build stage: build
## TODO ATS-721: comment out until it is possible to run concurrent SAST scans ## TODO ATS-721: comment out until it is possible to run concurrent SAST scans
# if: branch NOT IN (company_release) AND type != pull_request # if: branch NOT IN (company_release) AND type != pull_request
if: branch = master if: branch = master AND type != pull_request
before_install: before_install:
- bash _ci/static_analysis_init.sh - bash _ci/static_analysis_init.sh
- bash _ci/init.sh - bash _ci/init.sh