GitHub Action that runs Hadolint Dockerfile linting tool.
Add the following step to your workflow configuration:
steps:
- uses: hadolint/[email protected]
with:
dockerfile: Dockerfile
Name | Description | Default |
---|---|---|
dockerfile | The path to the Dockerfile to be tested | ./Dockerfile |
To configure Hadolint (for example ignore rules), you can create an .hadolint.yaml
file in the root of your repository. Please check the Hadolint documentation.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
If this project was useful to you in some form, I would be glad to have your support. It will help to keep the project alive and to have more time to work on Open Source.
The sinplest form of support is to give a ⭐️ to this repo.
You can also contribute with GitHub Sponsors.
Or if you prefer a one time donation to the project, you can simple:
👤 Bruno Paz
- Website: https://github.com/brpaz
- Github: @brpaz
Copyright © 2019 Bruno Paz.
This project is MIT licensed.