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
- 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:
parent
0137aa9fba
commit
b96b574226
@ -54,7 +54,7 @@ jobs:
|
||||
stage: build
|
||||
## 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 = master
|
||||
if: branch = master AND type != pull_request
|
||||
before_install:
|
||||
- bash _ci/static_analysis_init.sh
|
||||
- bash _ci/init.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user