# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup golang 1.0 go.setup github.com/stackrox/kube-linter 0.8.2 v revision 0 categories devel maintainers {judaew @judaew} openmaintainer license Apache-2 description \ KubeLinter is a static analysis tool that checks Kubernetes YAML files \ and Helm charts to ensure the applications represented in them adhere to \ best practices. long_description {*}${description} \ \nKubeLinter runs sensible default checks, designed to give you useful \ information about your Kubernetes YAML files and Helm charts. This is to \ help teams check early and often for security misconfigurations and \ DevOps best practices. Some common examples of these include running \ containers as a non-root user, enforcing least privilege, and storing \ sensitive information only in secrets. \ \nKubeLinter is configurable, so you can enable and disable checks, as \ well as create your own custom checks, depending on the policies you want \ to follow within your organization. \ \nWhen a lint check fails, KubeLinter reports recommendations for how to \ resolve any potential issues and returns a non-zero exit code. checksums rmd160 25b08024dc5a845f9d2507d3305d1c27f73aa816 \ sha256 412a2951851c8a3f279fb99b7d1aebd0b3a6483d1d4a6a2194e24d4859b93c6b \ size 408142 go.offline_build no build.args -o ${name} ./cmd/kube-linter destroot { xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/ }