2019-05-03 03:01:52 +02:00
|
|
|
kind: pipeline
|
2020-09-27 13:45:56 +02:00
|
|
|
type: docker
|
2019-05-03 03:01:52 +02:00
|
|
|
name: default
|
|
|
|
|
|
|
|
steps:
|
2022-09-20 14:40:21 +02:00
|
|
|
- name: run-pkgcheck
|
2022-09-20 14:38:04 +02:00
|
|
|
image: tastytea/pkgcheck:latest
|
2019-05-03 03:01:52 +02:00
|
|
|
commands:
|
2023-05-29 00:53:34 +02:00
|
|
|
- pkgcheck --color true scan --exit error --net .
|