Thomas Sjögren

Results 98 comments of Thomas Sjögren

CIS Docker Benchmark v1.4.0 was published yesterday and I'll will update the scripts to match that one, and then tag and release 1.3.6. I have no idea if there will...

Thanks for creating this issue @dhrapson, I'll have a look as soon as possible.

So sorry for the long delay @dhrapson, could you please test https://github.com/docker/docker-bench-security/pull/501?

Yeah, the drawbacks of parsing json using shell. I guess the best way would be to add `jq` to the dependencies and use that to parse the config, and use...

Hi @sbutt, there are no current plans to implement Windows host checks at the moment. I do know however that there's discussions about adding Windows to the CIS benchmark in...

Long time no see @nareshkhatri81, but there hasn't been any updates regarding Windows hosts and the CIS Docker benchmark.

CIS Docker Benchmark v1.2.0 was release on July 29th but still doesn't include any Windows tests.

Hi @webchi, this seems related to #319 and we can't check if a container is started with docker-compose and its options :/

Long time no see @shawngmc, time for an interesting twist. Examples are based on the `redis` compose file above. ```sh docker service inspect $(docker service ls -q) --format '{{.Spec.TaskTemplate.RestartPolicy}}' ```...

Yeah, but another issue that arises when you have to use `docker service` is that none of the containers are shown so basically every test and container function has to...