summaryrefslogtreecommitdiffstats
path: root/jjb/ci_gate_security/opnfv-ci-gate-security.yml
diff options
context:
space:
mode:
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>2017-06-13 13:55:29 +0800
committerTrevor Bramwell <tbramwell@linuxfoundation.org>2017-06-13 06:50:57 +0000
commit2a3955506b0ffea755f20a7b32080f51cc52ba83 (patch)
tree7b13fc4f6a802dbba09d9de19f8a8dc5ad433ba6 /jjb/ci_gate_security/opnfv-ci-gate-security.yml
parent62097d76d391fe5a4adf393c3ec8fd8456c6b524 (diff)
releng-anteater: Create script to run checks and adjust jjb
Change-Id: I7f161b5f939eaeba019ce882a9977908ee0c01b8 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com> Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'jjb/ci_gate_security/opnfv-ci-gate-security.yml')
-rw-r--r--jjb/ci_gate_security/opnfv-ci-gate-security.yml18
1 files changed, 6 insertions, 12 deletions
diff --git a/jjb/ci_gate_security/opnfv-ci-gate-security.yml b/jjb/ci_gate_security/opnfv-ci-gate-security.yml
index 732df8925..8ca0983c0 100644
--- a/jjb/ci_gate_security/opnfv-ci-gate-security.yml
+++ b/jjb/ci_gate_security/opnfv-ci-gate-security.yml
@@ -53,7 +53,7 @@
branch-pattern: '**/{branch}'
file-paths:
- compare-type: ANT
- pattern: '**/*.py'
+ pattern: '**'
skip-vote:
successful: true
failed: true
@@ -61,23 +61,17 @@
notbuilt: true
builders:
- - security-audit-python-code
- - report-security-audit-result-to-gerrit
+ - anteater-security-audit
+# - report-security-audit-result-to-gerrit
########################
# builder macros
########################
- builder:
- name: security-audit-python-code
+ name: anteater-security-audit
builders:
- - shell: |
- #!/bin/bash
- set -o errexit
- set -o pipefail
- set -o xtrace
- export PATH=$PATH:/usr/local/bin/
+ - shell:
+ !include-raw: ./anteater-security-audit.sh
- # this is where the security/license audit script will be executed
- echo "Hello World!"
- builder:
name: report-security-audit-result-to-gerrit
builders: