Run integration tests with different runner variants to make sure that
The Hadolint action works across different GitHub Actions platforms.
related-to: hadolint/hadolint-action#100
Signed-off-by: Moritz Röhrich <moritz@ildefons.de>
Release action only triggers if there is a commit with a keyword in the
title since the last release tag was made...
Signed-off-by: Moritz Röhrich <moritz@ildefons.de>
- Upgrade to Hadolint 2.8.0, enabling the SARIF formatter
- Expand config options to reflect more of those regularly available
with Hadolint including `no-fail` and `failure-threshold` options
- Enable the creation of report files
Breaking change: The list of ignored rules is now comma separated and
not space separated.
fixes: #23fixes: #36fixes: #42