mirror of
https://github.com/hadolint/hadolint-action.git
synced 2026-07-04 23:51:38 +00:00
hadolint: version bump to 2.4.0
- bump Hadolint version to 2.4.0 - change to debian based image - add common config options - expand integration tests for new options fixes: https://github.com/hadolint/hadolint-action/issues/5 fixes: https://github.com/hadolint/hadolint-action/issues/8 fixes: https://github.com/hadolint/hadolint-action/issues/17 fixes: https://github.com/hadolint/hadolint-action/issues/18 fixes: https://github.com/hadolint/hadolint-action/issues/31
This commit is contained in:
Vendored
+1
@@ -0,0 +1 @@
|
||||
failure-threshold: error
|
||||
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
FROM debian:buster
|
||||
|
||||
# info level warning expected here:
|
||||
RUN echo "Hello"
|
||||
RUN echo "World"
|
||||
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
FROM debian:buster
|
||||
|
||||
# emits an info and a warning level violation.
|
||||
RUN apt-get install foo
|
||||
Reference in New Issue
Block a user