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
|
2024-04-15 03:07:15 +02:00
|
|
|
image: fritteli/pkgcheck:latest
|
2019-05-03 03:01:52 +02:00
|
|
|
commands:
|
2024-04-15 03:22:51 +02:00
|
|
|
- pkgcheck --color true scan --exit error,style --net .
|