features: config options, saving to file, SARIF

- 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: #23
fixes: #36
fixes: #42
This commit is contained in:
Moritz Röhrich
2021-11-18 13:09:22 +01:00
parent 3cfc69d4b2
commit 98fb3f8040
5 changed files with 112 additions and 32 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM hadolint/hadolint:v2.7.0-debian
FROM hadolint/hadolint:v2.8.0-debian
COPY LICENSE README.md problem-matcher.json /
COPY hadolint.sh /usr/local/bin/hadolint.sh