feature/dependency_check #188
1 changed files with 8 additions and 0 deletions
|
|
@ -30,6 +30,14 @@ pipeline:
|
|||
when:
|
||||
event: [pull_request]
|
||||
|
||||
dependency_check:
|
||||
image: node:16-slim
|
||||
commands:
|
||||
- npm audit
|
||||
failure: ignore
|
||||
when:
|
||||
event: [pull_request]
|
||||
|
||||
package:
|
||||
image: gitnet.fr/deblan/devenv
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue