hadolint/hadolint

Check if an SSH server has been installed or specified as the containers entry point

Offen

#451 geöffnet am 22.07.2020

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Haskell (492 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (12.138 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 5T 13h) (8 gemergte PRs in 30 T)

Beschreibung

  • This is a bug report
  • This is a feature request
  • I searched existing issues before opening this one

Expected behavior

Running SSH in a container is a security risk and having hadolint catch occurrences of this in dockerfiles would be a beneficial feature. This could be done by either checking for mentions of ssh or openssh being added as a package or mentions of ssh or openssh being used as container entry points.

Contributor Guide