Page MenuHomeGRNET

bandit.yaml
No OneTemporary

File Metadata

Created
Sun, Mar 22, 12:02 AM

bandit.yaml

- job-template:
name: '{name}-bandit'
description: "A job template for openstack's python static analyzer"
concurrent: true
output_type: html
builders:
- shell: |
#!/bin/bash -e
docker pull linosgian/bandit
docker run --rm \
-u $(id -u):$(id -g) \
-v $PWD:/app \
linosgian/bandit -P -r . -f {output_type} -o {name}.{output_type} {bandit_extra_args}
triggers:
- timed: '@hourly'
scm:
- git:
url: '{repo}'

Event Timeline