Skip to content
This repository has been archived by the owner on Jul 19, 2018. It is now read-only.

0.5.0

Compare
Choose a tag to compare
@johnmccabe johnmccabe released this 06 Oct 12:00
· 24 commits to master since this release

Using this release:

Pull the tagged image from Docker Hub:

docker pull puppet/lumogon:0.5.0

And explicitly refer to this tag when running a scan or report (:latest continues to track HEAD).

docker run --rm -v /var/run/docker.sock:/var/run/docker.sock puppet/lumogon:0.5.0 report

Changes in this release:

  • #59 Check for null ptr before dereference
  • #60 Update GetLocalContainerID to work in nested containers