From 0137aa9fbafd15d7d842168106abe2d2d704ac3f Mon Sep 17 00:00:00 2001 From: Jan Vonka Date: Wed, 15 Apr 2020 14:21:41 +0100 Subject: [PATCH] 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 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7e73f496..0d5c743e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: NOT IN (company_release) AND branch = master + if: branch = master before_install: - bash _ci/static_analysis_init.sh - bash _ci/init.sh