feat: Add k8s-trivy-node-collector

This commit is contained in:
fl0pp5 2024-02-04 13:45:27 +03:00 committed by fl0pp5
parent 493e711eb3
commit f0900b9c59

View File

@ -0,0 +1,9 @@
FROM {{ registry }}{{ alt_image }}:{{ branch }}
MAINTAINER alt-cloud
{{ install_pakages(
"k8s-trivy-node-collector"
) }}
ENTRYPOINT ["k8s-trivy-node-collector"]