Renovator Bot
3be9efc692
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) | minor | `0.27.1` -> `0.28.1` | --- ### Release Notes <details> <summary>igorshubovych/markdownlint-cli</summary> ### [`v0.28.1`](https://github.com/igorshubovych/markdownlint-cli/releases/v0.28.1) [Compare Source](https://github.com/igorshubovych/markdownlint-cli/compare/v0.28.0...v0.28.1) - Fix outdated reference to `rc` (thanks [@​shhdgit](https://github.com/shhdgit)!) ### [`v0.28.0`](https://github.com/igorshubovych/markdownlint-cli/releases/v0.28.0) [Compare Source](https://github.com/igorshubovych/markdownlint-cli/compare/v0.27.1...v0.28.0) - Add `--json` option to output results in JSON format - Switch `rc` dependency to `run-con` to address `CVE-2020-7788` - Update all dependencies via `Dependabot` </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: docker/markdownlint-cli#32 Co-authored-by: Renovator Bot <renovator@rknet.org> Co-committed-by: Renovator Bot <renovator@rknet.org> |
||
---|---|---|
.chglog | ||
overlay/bin | ||
.drone.yml | ||
.gitignore | ||
.markdownlint.yml | ||
.prettierignore | ||
Dockerfile | ||
README.md | ||
renovate.json |
markdownlint-cli
Custom image for markdownlint-cli
Custom wrapper Docker image for markdownlint-cli optimized for CI.
Usage
docker run -v $(pwd):/drone/src markdownlint-cli
# or pass arguments to markdownlint-cli
docker run -v $(pwd):/drone/src markdownlint-cli -p .gitignore
Build
docker build -t markdownlint-cli:latest .
License
This project is licensed under the MIT License - see the LICENSE file for details.