Lots of under the hood changes; mainly due to dropping jq
and using a problem matcher. One relevant bug fix for cases of globbing which didn't expand properly (such as **/Dockerfile
) - see #82. Dependencies are now managed by renovatebot.
What's Changed
- feat: hadolint 2.10.0 by @jbergstroem in #74
- docs: correct usage.md examples by @khancyr in #76
- chore: update lint dependencies by @jbergstroem in #84
- chore: merge lint workflows by @jbergstroem in #89
- feat: refactor hadolint version support by @jbergstroem in #87
- fix: expand globs in bash prior using it by @jbergstroem in #82
- chore: improve test suite error output by @jbergstroem in #90
- fix: only act on specific lint file changes by @jbergstroem in #91
- chore: remove per-job triggers by @jbergstroem in #92
- Refactor output parsing by @jbergstroem in #97
- feat: use renovatebot by @jbergstroem in #99
- feat: refactor tests by @jbergstroem in #101
- fix: standardize curl options and make output optional by @jbergstroem in #102
- fix: resolve path to problem matcher by @jbergstroem in #103
Dependency updates
- chore: update to a newer github actions vm by @jbergstroem in #83
- build(deps): bump actions/setup-node from 3.0.0 to 3.1.0 by @dependabot in #69
- build(deps): bump actions/setup-node from 3.1.0 to 3.1.1 by @dependabot in #70
- build(deps): bump actions/checkout from 3.0.0 to 3.0.1 by @dependabot in #71
- build(deps): bump actions/setup-node from 3.1.1 to 3.2.0 by @dependabot in #73
- build(deps): bump actions/checkout from 3.0.1 to 3.0.2 by @dependabot in #72
- chore: update ci dependencies by @jbergstroem in #75
- build(deps): bump actions/setup-node from 3.2.0 to 3.3.0 by @dependabot in #77
- build(deps): bump actions/setup-node from 3.3.0 to 3.4.0 by @dependabot in #79
- build(deps): bump actions/setup-node from 3.4.0 to 3.4.1 by @dependabot in #80
- build(deps): bump actions/setup-node from 3.4.1 to 3.5.0 by @dependabot in #93
- build(deps): bump actions/checkout from 3.0.2 to 3.1.0 by @dependabot in #94
- build(deps): bump actions/setup-node from 3.5.0 to 3.5.1 by @dependabot in #95
New Contributors
Full Changelog: v1...v1.10.0