mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-05-12 17:04:48 +00:00
ATS-718: Tweak Veracode SAST to only run scan on master for now
- fix blatant typo (on master since this should only run on master) - see also future ATS-721
This commit is contained in:
parent
4a46948648
commit
0137aa9fba
@ -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: NOT IN (company_release) AND branch = master
|
if: branch = master
|
||||||
before_install:
|
before_install:
|
||||||
- bash _ci/static_analysis_init.sh
|
- bash _ci/static_analysis_init.sh
|
||||||
- bash _ci/init.sh
|
- bash _ci/init.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user