mirror of
https://github.com/hadolint/hadolint-action.git
synced 2026-09-02 21:59:22 +00:00
feat: Add problem matcher
* Add problem matcher * Fix loading tar file from artifacts
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
FROM hadolint/hadolint:v1.17.5-alpine
|
||||
|
||||
COPY LICENSE README.md /
|
||||
COPY hadolint.sh /usr/local/bin/hadolint.sh
|
||||
|
||||
ENTRYPOINT [ "hadolint" ]
|
||||
|
||||
ENTRYPOINT [ "/usr/local/bin/hadolint.sh" ]
|
||||
|
||||
Reference in New Issue
Block a user