OpenSCAP / openscap-daemon

Manages continuous scans of your infrastructure
https://www.open-scap.org/tools/openscap-daemon
GNU Lesser General Public License v2.1
106 stars 32 forks source link

container/remediate.py: remove intermediate containers during build process #115

Closed matusmarhefka closed 6 years ago

matusmarhefka commented 6 years ago

This should cleanup intermediate containers from the system so they are not left hanging on the system when build of a hardened image is finished.

pep8speaks commented 6 years ago

Hello @matusmarhefka! Thanks for submitting the PR.

Line 105:80: E501 line too long (80 > 79 characters)

jan-cerny commented 6 years ago

ACK.