Skip to content

Releases: jbergstroem/hadolint-gh-action

v1.6.0

15 Jun 13:10
Compare
Choose a tag to compare

This release adds support for Sonarqube ouput, provides better linting via shfmt and updates to Hadolint 2.5.0.

Commits:

  • 5e9865c Support Sonarqube as output formatter
  • eb931d4 feat: update to hadolint 2.5.0
  • 68335e3 ci: style check shell files with shfmt

v1.5.2

16 May 21:49
Compare
Choose a tag to compare

This release only contains an update of hadolint from upstream.

Commits:

  • 1208d8c feat: update to hadolint 2.4.1

v1.5.1

14 May 01:42
Compare
Choose a tag to compare

This version introduces a fix for a bug when invoked with error_level: 2.

Commits:

  • 455e94a main: error check against json array
  • 6b24ec4 build(deps): bump actions/checkout from 2 to 2.3.4

v1.5.0

06 May 19:22
Compare
Choose a tag to compare

This release only contains an update of hadolint from upstream:

  • ddbb8f8 feat: update to hadolint 2.4.0

v1.4.0

24 Apr 13:52
Compare
Choose a tag to compare

This release only contains an update of hadolint from upstream:

  • e2477e1 feat: update to hadolint 2.3.0

v1.3.0

20 Apr 12:28
Compare
Choose a tag to compare

New version mostly due to the 2.2.0 update of hadolint.

Changes:

  • a1b0257 fix: pin shellcheck version
  • 9a8e57d feat: update to hadolint 2.2.0
  • 9db4f77 fix: ensure HADOLINT_PATH is available where used
  • f87b499 doc: add LICENSE

v1.2.0

11 Apr 20:03
Compare
Choose a tag to compare

Quality of life improvements as well as a minor feature addition, allowing you to pass a hadolint_path should you be restricted in modifying an environment and need to install a custom version.

Commits:

  • 407e24b feature: support custom hadolint path
  • f33da64 doc: link to array issue in code
  • 3fd5bd6 test/e2e: make test executable
  • 9625da2 test: ensure that hadolint reads .hadolint.yaml

v1.1.0

02 Apr 15:17
Compare
Choose a tag to compare
  • Update hadolint to 2.1.0
  • Use correct versions of tooling in ci

v1.0.0

11 Apr 21:43
Compare
Choose a tag to compare

Initial release