Skip to content

Action to run Kubeaudit on a helm chart repository

License

Notifications You must be signed in to change notification settings

lolocompany/kubeaudit-action

 
 

Repository files navigation

kubeaudit-action

GitHub License MIT GitHub tag (latest by date)

Action to run Kubeaudit on a helm chart repository.

Some parts of this action are based on https://github.com/stefanprodan/kube-tools. Have a look if you need a more general kubernetes-tools setup action.

Minimal configuration

    steps:
    - uses: actions/checkout@v2
    - name: run kubeaudit
      uses: klustair/[email protected]
      with:
        path: 'charts'
        kubeauditCommands: 'image,rootfs,limits'
        helmVersion: '3'

Full configuration

    steps:
    - uses: actions/checkout@v2
    - name: run kubeaudit
      uses: klustair/[email protected]
        with:
            path: 'charts'
            kubeauditCommands: 'image,rootfs,limits'
            helmVersion: '3'
            kubeauditFormat: 'pretty'
            kubeauditMinseverity: 'medium'
            kubeauditIncludegenerated: 'true'
            kubeauditVersion: '0.16.0'
            helmV3Version: '3.7.2'

            

About

Action to run Kubeaudit on a helm chart repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 59.6%
  • Smarty 35.8%
  • Makefile 2.5%
  • Dockerfile 2.1%