Skip to content
This repository was archived by the owner on Oct 22, 2023. It is now read-only.

batect/hadolint-bundle

Repository files navigation

hadolint-bundle

Build Status License

A bundle for Batect that provides a task to lint Dockerfiles with Hadolint.

Usage

Setup

Add the following to your batect.yml:

include:
  - type: git
    repo: https://github.com/batect/hadolint-bundle.git
    ref: XXX # Replace with latest version from https://github.com/batect/hadolint-bundle/releases

Tasks

lint:docker

Runs Hadolint on all Dockerfiles in the project directory.

Exits with a non-zero status code if any issues are found.

Development

Run ./batect --list-tasks to see a list of available tasks for this project.

About

A bundle for Batect that provides Dockerfile linting using Hadolint.

Topics

Resources

License

Code of conduct

Security policy

Stars

0 stars

Watchers

1 watching

Forks

Contributors