summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-06-04 21:13:34 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-06-04 21:13:34 +0200
commit78ebcc691e573b12ae4395b15eaaa7f9c7566e2b (patch)
tree7cf609e72c8addb73bb524e85f385f93a651189e
parent513e490fe76166e006871ba6b6eedba061895738 (diff)
Add audit step to the pipeline
-rw-r--r--.woodpecker.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.woodpecker.yml b/.woodpecker.yml
index 404359a..89271f9 100644
--- a/.woodpecker.yml
+++ b/.woodpecker.yml
@@ -1,4 +1,8 @@
pipeline:
+ audit:
+ image: node:lts
+ commands:
+ - npm audit
test:
image: node:lts
commands: