mirror of
https://github.com/hadolint/hadolint-action.git
synced 2026-07-04 23:51:38 +00:00
88386d9893306402023c4668c6966ee7441786ca
* Add problem matcher * Fix loading tar file from artifacts
Hadolint GitHub Action
Action that runs Hadolint Dockerfile linting tool.
Usage
steps:
uses: brpaz/hadolint-action@master
Inputs
dockerfile
The path to the Dockerfile to be tested. By default it will look for a Dockerfile in the current directory.
🤝 Contributing
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
Useful Resources
Author
👤 Bruno Paz
- Website: https://github.com/brpaz
- Github: @brpaz
📝 License
Copyright © 2019 Bruno Paz.
This project is MIT licensed.
Description
Languages
Shell
60.5%
Makefile
32.5%
Dockerfile
7%