Compare commits

...

2 Commits

Author SHA1 Message Date
Jamal Kaabi-Mofrad
c960061634 Make the test branch to run on travis. 2022-06-09 20:31:08 +01:00
Jamal Kaabi-Mofrad
11a8ea7388 Testing Veracode agent-based CVSS version. 2022-06-09 20:28:03 +01:00

View File

@@ -23,6 +23,7 @@ branches:
- /release\/.*/ - /release\/.*/
- /feature\/.*/ - /feature\/.*/
- /fix\/.*/ - /fix\/.*/
- test-veracode-cvss-version
env: env:
global: global:
@@ -53,7 +54,7 @@ jobs:
- name: "Source Clear Scan (SCA)" - name: "Source Clear Scan (SCA)"
stage: test stage: test
if: branch = master OR branch =~ /release\/.*/ if: branch = master OR branch = test-veracode-cvss-version OR branch =~ /release\/.*/
# Run Veracode # Run Veracode
install: skip install: skip
script: travis_wait 30 bash scripts/travis/source_clear.sh script: travis_wait 30 bash scripts/travis/source_clear.sh