aboutsummaryrefslogtreecommitdiff
path: root/tasks
diff options
context:
space:
mode:
authorChristian Segundo2024-02-25 21:43:13 +0100
committerChristian Segundo2024-02-25 22:00:19 +0100
commit518a4d122887a67ad1d948e3a32be4c71c0d9790 (patch)
treedd58242f12235118c3509824da18c17bcae316ec /tasks
parent26406369f4d643a610c67e220811ba06f71c3efe (diff)
downloadconcourse-518a4d122887a67ad1d948e3a32be4c71c0d9790.tar.gz
add deadnix
Diffstat (limited to 'tasks')
-rw-r--r--tasks/deadnix/task.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/tasks/deadnix/task.yml b/tasks/deadnix/task.yml
new file mode 100644
index 0000000..e7750cc
--- /dev/null
+++ b/tasks/deadnix/task.yml
@@ -0,0 +1,22 @@
+---
+platform: linux
+image_resource:
+ type: registry-image
+ source:
+ repository: docker.io/chn2guevara/nixci
+ tag: latest
+
+inputs:
+ - name: file-paths
+
+run:
+ path: bash
+ args:
+ - -eufo
+ - pipefail
+ - -c
+ - |
+ deadnix -L --fail ${FILE_PATHS}
+
+params:
+ FILE_PATHS: file-paths