From 78ebcc691e573b12ae4395b15eaaa7f9c7566e2b Mon Sep 17 00:00:00 2001 From: Justin Wernick Date: Sun, 4 Jun 2023 21:13:34 +0200 Subject: Add audit step to the pipeline --- .woodpecker.yml | 4 ++++ 1 file changed, 4 insertions(+) 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: -- cgit v1.2.3