diff --git a/.woodpecker.yml b/.woodpecker.yml index fc54de8..178a372 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,8 +1,20 @@ pipeline: - chequear: + dependencias: image: registry.nulo.in/sutty/haini.sh:root commands: - make bundle hain="sh -c" + brakeman: + group: audit + image: registry.nulo.in/sutty/haini.sh:root + commands: - make brakeman hain="sh -c" + rubocup: + group: audit + image: registry.nulo.in/sutty/haini.sh:root + commands: - make rubocop hain="sh -c" + tests: + group: audit + image: registry.nulo.in/sutty/haini.sh:root + commands: - make tests hain="sh -c"