fix: add SC2086 to hadolint ignore
Docker Build and Push / lint (push) Successful in 8s
Docker Build and Push / lint (pull_request) Successful in 7s
Docker Build and Push / build (pull_request) Successful in 42s
Docker Build and Push / build (push) Successful in 52s
Docker Build and Push / test (push) Successful in 12s
Docker Build and Push / test (pull_request) Successful in 13s
Docker Build and Push / push (pull_request) Has been skipped
Docker Build and Push / push (push) Successful in 21s

This commit is contained in:
2026-06-08 20:29:55 -04:00
parent 5572313b1b
commit 2be3df1d29
+1 -1
View File
@@ -1,7 +1,7 @@
FROM ubuntu:18.04
LABEL maintainer="Julien Cabillot <dockerimages@cabillot.eu>"
# hadolint ignore=DL3008,SC3009
# hadolint ignore=DL3008,SC3009,SC2086
RUN export DEBIAN_FRONTEND=noninteractive && \
export RUNTIME_PACKAGES=sslscan && \
apt-get -qq update && \