Update pre-commit hook hadolint/hadolint to v2.14.0
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| hadolint/hadolint | repository | minor |
v2.12.0 -> v2.14.0
|
Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.
Release Notes
hadolint/hadolint (hadolint/hadolint)
v2.14.0
What's Changed
- Enhance INTEGRATION.md with a toc and ordering by @jammsen in #1118
- DL3041, DL3033: Handle RPM package epoch by @m-ildefons in #1121
- DL3009: Allow either cache or tmpfs mounts by @m-ildefons in #1123
- added new rule
DL3062to checkgo installby @Danil42Russia in #1111 - DL3041, DL3033: Handle RPM package with plus sign by @samcranford in #1125
- relax dependencies by @m-ildefons in #1128
- fixup release workflow by @m-ildefons in #1129
New Contributors
- @jammsen made their first contribution in #1118
- @Danil42Russia made their first contribution in #1111
- @samcranford made their first contribution in #1125
Full Changelog: https://github.com/hadolint/hadolint/compare/v2.13.1...v2.14.0
v2.13.1
What's Changed
- build(deps): bump actions/cache from 3.0.4 to 3.0.11 by @dependabot[bot] in #888
- build(deps): bump cachix/install-nix-action from 17 to 18 by @dependabot[bot] in #890
- build(deps): bump cachix/cachix-action from 10 to 12 by @dependabot[bot] in #894
- docs: use cabal instead of stack in readme by @m-ildefons in #903
- DL3011: fixup changes in AST by @m-ildefons in #902
- fix: false positive in
DL3022by @swarnimarun in #900 - Correct documentation example for
failure-thresholdby @ericcornelissen in #901 - update hadolint's config json schema to support latest properties by @omissis in #910
- Update INTEGRATION.md steps for pre-commit by @tangyfruits in #908
- chore: fix typos in rule descriptions by @AndreyBozhko in #912
- Add LABEL org.opencontainers.image.source="https://github.com/hadolin… by @marwin1991 in #927
- DL3014: Fix false positive on double quiet by @m-ildefons in #913
- Update README.md by @ding-ma in #918
- Spelling by @jsoref in #936
- fix: misidentification of pipenv (#366) by @kthy in #940
- build(deps): bump cachix/install-nix-action from 18 to 20 by @dependabot[bot] in #944
- build(deps): bump actions/cache from 3.0.11 to 3.3.1 by @dependabot[bot] in #946
- build(deps): bump docker/build-push-action from 3 to 4 by @dependabot[bot] in #931
- build(deps): bump svenstaro/upx-action from 2.0.1 to 2.2.0 by @dependabot[bot] in #922
- delete rule DL3005 by @deronnax in #964
- docs: Add new section for Ignoring Rules in README by @tanmay-pnaik in #1008
- docs: Add Table of Contents for README by @tanmay-pnaik in #1007
- DL3060 should be suppressed if cache mounts are used by @slimslenderslacks in #1003
- Improve parsing of gem install flag patterns to reduce false positives by @mkusaka in #954
- fix: fp in
DL3006by @swarnimarun in #942 - docs: Update TOC with Ignoring Rules section by @tanmay-pnaik in #1013
- build(deps): bump svenstaro/upx-action from 2.2.0 to 2.3.0 by @dependabot[bot] in #959
- Pragma: Allow comments following inline by @m-ildefons in #1059
- build(deps): bump actions/cache from 3.3.1 to 4.2.0 by @dependabot[bot] in #1063
- Ignore unsatisfiable shellcheck error 1091 by @ghoneycutt in #1020
- build(deps): bump cachix/install-nix-action from 26 to 30 by @dependabot[bot] in #1045
- build(deps): bump actions/checkout from 3 to 4 by @dependabot[bot] in #1046
- build(deps): bump cachix/cachix-action from 14 to 15 by @dependabot[bot] in #1047
- build(deps): bump docker/setup-buildx-action from 2 to 3 by @dependabot[bot] in #1048
- Fix casing in Dockerfile by @JEnglandOhalo in #1093
- fix: replace actor with repository_owner in ghcr login by @aweiher in #1086
- Fix GitHub Actions badge in README.md by @PeterDaveHello in #1072
- Add SC1091 to yaml Schema by @psmey in #1088
- DL3048 accepting LABEL keys that contain underscore(s) or slash(es) by @mschmeitz in #1034
- Improve DL3009 rule to properly handle all apt-based package managers by @PeterDaveHello in #1074
- Replace cryptonite with cryptohash-sha1 by @anuraaga in #1090
- build(deps): bump actions/cache from 4.2.0 to 4.2.3 by @dependabot[bot] in #1082
- fix(DL3041): Prevent false negatives for packages which include a dash in their package name by @egfx-notifications in #1098
- fix character escaping in checkstyle formatter by @m-ildefons in #1104
- build(deps): bump actions/cache from 4.2.3 to 4.2.4 by @dependabot[bot] in #1115
- build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #1113
- build(deps): bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #1114
- Added CI integration instructions for Azure Devops by @joelbourbon in #1112
- Release v2.13.1 by @m-ildefons in #1116
New Contributors
- @swarnimarun made their first contribution in #900
- @ericcornelissen made their first contribution in #901
- @omissis made their first contribution in #910
- @tangyfruits made their first contribution in #908
- @AndreyBozhko made their first contribution in #912
- @marwin1991 made their first contribution in #927
- @ding-ma made their first contribution in #918
- @jsoref made their first contribution in #936
- @kthy made their first contribution in #940
- @deronnax made their first contribution in #964
- @tanmay-pnaik made their first contribution in #1008
- @slimslenderslacks made their first contribution in #1003
- @mkusaka made their first contribution in #954
- @ghoneycutt made their first contribution in #1020
- @JEnglandOhalo made their first contribution in #1093
- @aweiher made their first contribution in #1086
- @psmey made their first contribution in #1088
- @mschmeitz made their first contribution in #1034
- @anuraaga made their first contribution in #1090
- @egfx-notifications made their first contribution in #1098
- @joelbourbon made their first contribution in #1112
Full Changelog: https://github.com/hadolint/hadolint/compare/v2.12.0...v2.13.1
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.